/* * 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 PinAngledFilled : CustomPathIcon { protected override string IconGeometry16 { get; } = "M9.70358 1.47297C9.31906 1.08845 8.6616 1.36078 8.6616 1.90457V3.03783C8.6616 3.54669 8.34594 4.00218 7.86948 4.18086L2.64351 6.1406C2.22785 6.29647 2.11232 6.82982 2.42623 7.14372L5.17595 9.89344L1.75397 13.3154C1.5156 13.5538 1.5156 13.9403 1.75397 14.1786C1.99234 14.417 2.37881 14.417 2.61718 14.1786L6.03916 10.7566L8.85452 13.572C9.16842 13.8859 9.70177 13.7704 9.85764 13.3547L11.8174 8.12876C11.9961 7.6523 12.4515 7.33664 12.9604 7.33664H14.0937C14.6375 7.33664 14.9098 6.67918 14.5253 6.29466L9.70358 1.47297Z"; protected override string IconGeometry20 { get; } = "M12.1292 1.84121C11.6486 1.36056 10.8268 1.70098 10.8268 2.38071V3.79728C10.8268 4.43337 10.4322 5.00273 9.8366 5.22607L3.30414 7.67575C2.78457 7.87058 2.64016 8.53727 3.03254 8.92965L6.46969 12.3668L2.19222 16.6443C1.89426 16.9422 1.89426 17.4253 2.19222 17.7233C2.49018 18.0212 2.97327 18.0212 3.27123 17.7233L7.5487 13.4458L11.0679 16.965C11.4603 17.3574 12.127 17.213 12.3218 16.6934L14.7715 10.161C14.9948 9.56537 15.5642 9.1708 16.2003 9.1708H17.6168C18.2966 9.1708 18.637 8.34897 18.1563 7.86832L12.1292 1.84121Z"; protected override string IconGeometry24 { get; } = "M14.5559 2.20945C13.9791 1.63268 12.9929 2.04117 12.9929 2.85686V4.55674C12.9929 5.32004 12.5194 6.00328 11.8047 6.27129L3.96575 9.21089C3.34227 9.4447 3.16898 10.2447 3.63983 10.7156L7.76441 14.8402L2.63145 19.9731C2.27389 20.3307 2.27389 20.9104 2.63145 21.2679C2.989 21.6255 3.5687 21.6255 3.92626 21.2679L9.05922 16.135L13.2823 20.358C13.7531 20.8289 14.5531 20.6556 14.787 20.0321L17.7266 12.1931C17.9946 11.4784 18.6778 11.005 19.4411 11.005H21.141C21.9567 11.005 22.3652 10.0188 21.7884 9.44199L14.5559 2.20945Z"; protected override string IconGeometry32 { get; } = "M19.4072 2.94594C18.6381 2.1769 17.3232 2.72156 17.3232 3.80914V6.07565C17.3232 7.09339 16.6919 8.00437 15.739 8.36172L5.28702 12.2812C4.4557 12.5929 4.22465 13.6596 4.85245 14.2874L10.3519 19.7869L3.50794 26.6308C3.03121 27.1076 3.03121 27.8805 3.50794 28.3572C3.98468 28.834 4.75762 28.834 5.23436 28.3572L12.0783 21.5133L17.709 27.144C18.3368 27.7718 19.4035 27.5408 19.7153 26.7095L23.6348 16.2575C23.9921 15.3046 24.9031 14.6733 25.9208 14.6733H28.1873C29.2749 14.6733 29.8196 13.3584 29.0505 12.5893L19.4072 2.94594Z"; }