/* * Copyright (c) 2023 Proton AG * * This file is part of ProtonVPN. * * ProtonVPN is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ProtonVPN is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with ProtonVPN. If not, see . */ using ProtonVPN.Client.Common.UI.Assets.Icons.Base; namespace ProtonVPN.Client.Common.UI.Assets.Icons.PathIcons; public class Shield2Bolt : CustomPathIcon { protected override string IconGeometry16 { get; } = "M7.14564 1.27845C7.69754 1.07776 8.30246 1.07776 8.85436 1.27845L13.6709 3.02991C13.8685 3.10176 14 3.28955 14 3.4998V9.12527C14 10.772 13.1005 12.2873 11.6548 13.0758L8.23943 14.9388C8.09019 15.0202 7.90981 15.0202 7.76057 14.9388L4.34517 13.0758C2.89949 12.2873 2 10.772 2 9.12527V3.4998C2 3.28955 2.13153 3.10176 2.32913 3.02991L7.14564 1.27845ZM8.51261 2.21824C8.18148 2.09783 7.81852 2.09783 7.48739 2.21824L3 3.85002V9.12527C3 10.4061 3.6996 11.5846 4.82402 12.1979L8 13.9303L11.176 12.1979C12.3004 11.5846 13 10.4061 13 9.12527V3.85002L8.51261 2.21824Z M8.20001 7.4998L10.5 7.4998L7 12.4998L7.8 8.4998L5.50001 8.4998L9.00001 3.4998L8.20001 7.4998Z"; protected override string IconGeometry20 { get; } = "M8.93205 1.5983C9.62192 1.34744 10.3781 1.34744 11.0679 1.5983L17.0886 3.78763C17.3356 3.87744 17.5 4.11218 17.5 4.375V11.4068C17.5 13.4653 16.3756 15.3593 14.5685 16.345L10.2993 18.6737C10.1127 18.7754 9.88727 18.7754 9.70072 18.6737L5.43146 16.345C3.62437 15.3593 2.5 13.4653 2.5 11.4068V4.375C2.5 4.11218 2.66442 3.87744 2.91141 3.78763L8.93205 1.5983ZM10.6408 2.77304C10.2268 2.62253 9.77315 2.62253 9.35923 2.77304L3.75 4.81276V11.4068C3.75 13.0078 4.62451 14.481 6.03002 15.2476L10 17.4131L13.97 15.2476C15.3755 14.481 16.25 13.0078 16.25 11.4068V4.81276L10.6408 2.77304Z M10.25 9.37499L13.125 9.37499L8.75 15.625L9.75 10.625L6.87502 10.625L11.25 4.37499L10.25 9.37499Z"; protected override string IconGeometry24 { get; } = "M10.7185 1.91767C11.5463 1.61664 12.4537 1.61664 13.2815 1.91767L20.5063 4.54486C20.8027 4.65264 21 4.93432 21 5.2497V13.6879C21 16.158 19.6508 18.4309 17.4823 19.6137L12.3591 22.4081C12.1353 22.5302 11.8647 22.5302 11.6409 22.4081L6.51775 19.6137C4.34924 18.4309 3 16.158 3 13.6879V5.2497C3 4.93432 3.1973 4.65264 3.49369 4.54486L10.7185 1.91767ZM12.7689 3.32736C12.2722 3.14674 11.7278 3.14674 11.2311 3.32736L4.5 5.77502V13.6879C4.5 15.6091 5.54941 17.3769 7.23603 18.2969L12 20.8954L16.764 18.2969C18.4506 17.3769 19.5 15.6091 19.5 13.6879V5.77502L12.7689 3.32736Z M12.3 11.2497L15.75 11.2497L10.5 18.7497L11.7 12.7497L8.25002 12.7497L13.5 5.2497L12.3 11.2497Z"; protected override string IconGeometry32 { get; } = ""; }