/* * 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 ListNumbers : CustomPathIcon { protected override string IconGeometry16 { get; } = "M1.026 3.5a.5.5 0 0 1 .5-.5h.998a.5.5 0 0 1 .5.5V6h.498a.5.5 0 0 1 0 1H1.526a.5.5 0 1 1 0-1h.498V4h-.498a.5.5 0 0 1-.5-.5Zm4.491 1a.5.5 0 0 1 .5-.5h7.484a.5.5 0 1 1 0 1H6.017a.5.5 0 0 1-.5-.5ZM13.501 9H6.017a.5.5 0 0 1 0-1h7.484a.5.5 0 1 1 0 1Zm-7.484 3a.5.5 0 0 0 0 1h7.484a.5.5 0 1 0 0-1H6.017ZM2.042 9.863a.342.342 0 0 1 .566-.134.345.345 0 0 1 .025.459l-.004.006-.005.006-1.497 1.995a.5.5 0 0 0 .4.8h1.996a.5.5 0 0 0 0-1h-.996l.893-1.19c.421-.534.377-1.3-.104-1.783a1.342 1.342 0 0 0-2.223.526l-.068.204a.5.5 0 0 0 .949.316l.068-.205Z"; protected override string IconGeometry20 { get; } = "M1.283 4.375c0-.345.28-.625.625-.625h1.247a.625.625 0 0 1 .625.625v3.75h.623a.625.625 0 1 1 0 1.25H1.908a.625.625 0 1 1 0-1.25h.622V5h-.622a.625.625 0 0 1-.625-.625Zm5.613 0c0-.345.28-.625.625-.625h9.355a.625.625 0 1 1 0 1.25H7.521a.625.625 0 0 1-.625-.625Zm9.98 6.25H7.521a.625.625 0 1 1 0-1.25h9.355a.625.625 0 1 1 0 1.25ZM7.521 15a.625.625 0 1 0 0 1.25h9.355a.625.625 0 1 0 0-1.25H7.521Zm-4.97-2.67a.427.427 0 0 1 .709-.17.432.432 0 0 1 .031.575l-.005.007-.006.008-1.871 2.494a.625.625 0 0 0 .5 1h2.494a.625.625 0 0 0 0-1.25H3.16l1.116-1.488a1.682 1.682 0 0 0-.13-2.228 1.677 1.677 0 0 0-2.78.657l-.084.255a.625.625 0 0 0 1.186.395l.085-.256Z"; protected override string IconGeometry24 { get; } = "M1.54 5.25a.75.75 0 0 1 .75-.75h1.496a.75.75 0 0 1 .75.75v4.5h.747a.75.75 0 0 1 0 1.5H2.29a.75.75 0 0 1 0-1.5h.746V6H2.29a.75.75 0 0 1-.75-.75Zm6.735 0a.75.75 0 0 1 .75-.75h11.227a.75.75 0 0 1 0 1.5H9.025a.75.75 0 0 1-.75-.75Zm11.977 7.5H9.025a.75.75 0 0 1 0-1.5h11.227a.75.75 0 0 1 0 1.5ZM9.025 18a.75.75 0 0 0 0 1.5h11.227a.75.75 0 0 0 0-1.5H9.025Zm-5.963-3.205a.512.512 0 0 1 .85-.202.518.518 0 0 1 .038.689l-.007.008-.007.01-2.246 2.993a.75.75 0 0 0 .6 1.2h2.994a.75.75 0 1 0 0-1.5H3.79l1.34-1.785a2.018 2.018 0 0 0-.156-2.674c-1.06-1.062-2.862-.634-3.335.787l-.102.307a.75.75 0 1 0 1.423.473l.102-.306Z"; protected override string IconGeometry32 { get; } = "M2.053 7a1 1 0 0 1 1-1h1.995a1 1 0 0 1 1 1v6h.996a1 1 0 1 1 0 2H3.053a1 1 0 1 1 0-2h.995V8h-.995a1 1 0 0 1-1-1Zm8.98 0a1 1 0 0 1 1-1h14.97a1 1 0 1 1 0 2h-14.97a1 1 0 0 1-1-1Zm15.97 10h-14.97a1 1 0 1 1 0-2h14.97a1 1 0 1 1 0 2Zm-14.97 7a1 1 0 1 0 0 2h14.97a1 1 0 1 0 0-2h-14.97Zm-7.95-4.273a.683.683 0 0 1 1.133-.27c.247.248.27.644.05.919l-.01.011-.008.012-2.994 3.992a1 1 0 0 0 .8 1.6h3.991a1 1 0 1 0 0-2H5.054l1.786-2.38a2.69 2.69 0 0 0-.209-3.566c-1.412-1.416-3.816-.845-4.446 1.05l-.136.409a1 1 0 1 0 1.898.631l.136-.408Z"; }