/* * 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 Star : CustomPathIcon { protected override string IconGeometry16 { get; } = "m8 2.943-1.475 2.63c-.23.411-.633.69-1.087.773l-2.973.541 2.06 2.119c.328.337.488.806.425 1.28l-.39 2.924 2.777-1.282c.42-.194.906-.194 1.326 0l2.777 1.282-.39-2.925a1.543 1.543 0 0 1 .425-1.28l2.06-2.118-2.973-.541a1.567 1.567 0 0 1-1.087-.773L8 2.943Zm.498-1.155a.576.576 0 0 0-.996 0l-1.85 3.296a.567.567 0 0 1-.393.278l-3.795.69a.548.548 0 0 0-.308.923l2.652 2.728c.117.12.173.286.15.45l-.496 3.723c-.058.433.4.757.806.57l3.489-1.61a.582.582 0 0 1 .486 0l3.489 1.61c.406.187.864-.137.806-.57l-.497-3.723a.542.542 0 0 1 .15-.45l2.653-2.728a.548.548 0 0 0-.308-.922l-3.795-.691a.567.567 0 0 1-.394-.278L8.498 1.788Z"; protected override string IconGeometry20 { get; } = "M10 3.679 8.156 6.966a1.959 1.959 0 0 1-1.358.966l-3.716.677 2.575 2.648c.41.421.61 1.008.53 1.6L5.7 16.512l3.472-1.602a1.978 1.978 0 0 1 1.656 0l3.472 1.602-.488-3.655a1.928 1.928 0 0 1 .531-1.6l2.576-2.648-3.717-.677a1.959 1.959 0 0 1-1.358-.966L10 3.679Zm.623-1.444a.72.72 0 0 0-1.246 0l-2.31 4.12a.709.709 0 0 1-.493.347l-4.744.864c-.552.1-.771.756-.385 1.152l3.315 3.41a.676.676 0 0 1 .188.563l-.62 4.654c-.073.542.5.946 1.008.712l4.36-2.012a.729.729 0 0 1 .608 0l4.36 2.012c.508.234 1.08-.17 1.009-.712l-.621-4.654a.678.678 0 0 1 .188-.563l3.315-3.41c.386-.396.168-1.051-.385-1.152l-4.744-.864a.709.709 0 0 1-.492-.347l-2.31-4.12Z"; protected override string IconGeometry24 { get; } = "M12 4.415 9.788 8.359a2.35 2.35 0 0 1-1.63 1.16l-4.46.812 3.09 3.177c.491.506.732 1.21.637 1.92l-.585 4.387 4.166-1.923a2.373 2.373 0 0 1 1.988 0l4.166 1.923-.585-4.387a2.313 2.313 0 0 1 .637-1.92l3.09-3.177-4.46-.812a2.35 2.35 0 0 1-1.63-1.16L12 4.415Zm.748-1.733c-.323-.576-1.173-.576-1.496 0L8.48 7.625a.85.85 0 0 1-.59.418L2.195 9.079c-.663.121-.926.907-.462 1.383l3.978 4.092c.176.18.26.429.226.675l-.745 5.585c-.087.65.6 1.136 1.21.855l5.232-2.415a.873.873 0 0 1 .73 0l5.232 2.415c.61.28 1.297-.205 1.21-.855l-.745-5.585a.814.814 0 0 1 .226-.675l3.978-4.092c.464-.476.2-1.262-.462-1.383l-5.692-1.036a.85.85 0 0 1-.591-.418l-2.773-4.943Z"; protected override string IconGeometry32 { get; } = "m16 5.886-2.95 5.26a3.134 3.134 0 0 1-2.174 1.545L4.93 13.774l4.12 4.237c.656.674.976 1.614.85 2.56l-.78 5.849 5.555-2.564a3.165 3.165 0 0 1 2.65 0l5.556 2.564-.781-5.85a3.085 3.085 0 0 1 .85-2.559l4.12-4.237-5.946-1.083a3.134 3.134 0 0 1-2.174-1.545L16 5.886Zm.997-2.31c-.43-.768-1.563-.768-1.994 0l-3.697 6.591a1.134 1.134 0 0 1-.788.557l-7.59 1.382c-.884.16-1.234 1.208-.617 1.844l5.306 5.456c.234.24.344.571.3.9l-.993 7.446c-.116.867.8 1.514 1.613 1.14l6.976-3.22a1.16 1.16 0 0 1 .974 0l6.976 3.22c.812.374 1.729-.273 1.613-1.14l-.994-7.446c-.044-.329.067-.66.301-.9l5.306-5.456c.617-.636.267-1.683-.616-1.844l-7.59-1.382a1.134 1.134 0 0 1-.789-.557l-3.697-6.592Z"; }