/* * 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 Pen : CustomPathIcon { protected override string IconGeometry16 { get; } = "m13.49 3.976-1.47-1.464a.037.037 0 0 0-.013-.009.046.046 0 0 0-.017-.003.046.046 0 0 0-.017.003.037.037 0 0 0-.013.009l-8.75 8.713c-.154.153-.258.35-.297.563l-.291 1.578 1.555-.32a1.08 1.08 0 0 0 .546-.292l8.767-8.73a.032.032 0 0 0 0-.048Zm-.765-2.173a1.043 1.043 0 0 0-1.47 0l-8.75 8.713a2.067 2.067 0 0 0-.575 1.09l-.421 2.283a.519.519 0 0 0 .616.6l2.253-.463a2.082 2.082 0 0 0 1.05-.564l8.767-8.73a1.032 1.032 0 0 0 0-1.464l-1.47-1.465Z"; protected override string IconGeometry20 { get; } = "m16.862 4.97-1.838-1.83a.046.046 0 0 0-.016-.011.057.057 0 0 0-.021-.004.057.057 0 0 0-.021.004.047.047 0 0 0-.016.01L4.013 14.032a1.335 1.335 0 0 0-.372.703l-.363 1.973 1.943-.4c.259-.052.496-.18.682-.365L16.863 5.03a.04.04 0 0 0 0-.059Zm-.956-2.716a1.304 1.304 0 0 0-1.838 0L3.13 13.144a2.585 2.585 0 0 0-.719 1.364l-.526 2.853a.649.649 0 0 0 .77.75l2.817-.579a2.603 2.603 0 0 0 1.312-.704l10.96-10.913a1.29 1.29 0 0 0 0-1.83l-1.839-1.83Z"; protected override string IconGeometry24 { get; } = "m20.235 5.964-2.206-2.196a.056.056 0 0 0-.02-.013.068.068 0 0 0-.025-.005.068.068 0 0 0-.025.005.056.056 0 0 0-.02.013L4.816 16.837c-.231.23-.386.525-.445.844l-.437 2.368 2.332-.48a1.61 1.61 0 0 0 .819-.439l13.15-13.095a.047.047 0 0 0 0-.07Zm-1.148-3.26a1.564 1.564 0 0 0-2.206 0L3.757 15.775a3.102 3.102 0 0 0-.862 1.635l-.632 3.424a.778.778 0 0 0 .925.9l3.38-.694a3.124 3.124 0 0 0 1.574-.846L21.293 7.098c.61-.607.61-1.59 0-2.197l-2.206-2.196Z"; protected override string IconGeometry32 { get; } = "m26.98 7.952-2.941-2.928a.075.075 0 0 0-.026-.018.091.091 0 0 0-.034-.006.09.09 0 0 0-.034.006.074.074 0 0 0-.025.018L6.42 22.449c-.308.308-.515.7-.594 1.126l-.582 3.157 3.11-.64a2.167 2.167 0 0 0 1.091-.585L26.98 8.047a.065.065 0 0 0 0-.095Zm-1.53-4.345a2.086 2.086 0 0 0-2.941 0l-17.5 17.425a4.136 4.136 0 0 0-1.15 2.18l-.841 4.565c-.134.723.51 1.35 1.233 1.201l4.505-.926a4.165 4.165 0 0 0 2.1-1.128l17.535-17.46a2.065 2.065 0 0 0 0-2.929L25.45 3.607Z"; }