/* * 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 Forward : CustomPathIcon { protected override string IconGeometry16 { get; } = "M8.313 2.042a.5.5 0 0 1 .54.09l5.985 5.5a.5.5 0 0 1 0 .736l-5.986 5.5a.5.5 0 0 1-.838-.368v-3.02c-1.073.011-3.864.345-6.067 3.298a.512.512 0 0 1-.758.07.508.508 0 0 1-.158-.325c-.016-.173-.09-1.109.073-2.255.161-1.137.565-2.549 1.558-3.61.895-.956 2.123-1.48 3.19-1.77.874-.239 1.674-.33 2.162-.366V2.5a.5.5 0 0 1 .3-.458Zm.701 1.596V5.8a.706.706 0 0 1-.676.705 10.53 10.53 0 0 0-2.224.348c-.981.268-2.007.725-2.722 1.489-.79.844-1.15 2.018-1.298 3.067a9.393 9.393 0 0 0-.075.744C4.6 9.494 7.572 9.447 8.364 9.487c.384.02.65.34.65.69v2.185L13.761 8 9.014 3.638Z"; protected override string IconGeometry20 { get; } = "M10.391 2.553a.625.625 0 0 1 .675.112l7.482 6.875a.625.625 0 0 1 0 .92l-7.482 6.875a.625.625 0 0 1-1.048-.46V13.1c-1.342.014-4.83.432-7.584 4.123a.64.64 0 0 1-.948.086.635.635 0 0 1-.198-.405c-.02-.217-.112-1.386.092-2.819.202-1.422.707-3.186 1.948-4.512 1.118-1.195 2.654-1.85 3.986-2.213a14.46 14.46 0 0 1 2.704-.457V3.125c0-.248.146-.473.373-.572Zm.877 1.995V7.25a.883.883 0 0 1-.846.881c-.461.02-1.56.102-2.779.435-1.227.335-2.51.906-3.403 1.861-.987 1.055-1.437 2.523-1.623 3.834-.047.329-.076.643-.094.93 3.227-3.323 6.942-3.383 7.932-3.332.48.024.813.425.813.862v2.731L17.2 10l-5.933-5.452Z"; protected override string IconGeometry24 { get; } = "M12.47 3.063a.75.75 0 0 1 .809.135l8.978 8.25a.75.75 0 0 1 0 1.104l-8.978 8.25a.75.75 0 0 1-1.258-.552v-4.53c-1.61.016-5.796.518-9.1 4.947a.769.769 0 0 1-1.137.104.762.762 0 0 1-.238-.486c-.024-.26-.135-1.664.11-3.383.242-1.706.848-3.823 2.337-5.414 1.342-1.435 3.185-2.22 4.784-2.656a17.35 17.35 0 0 1 3.244-.549V3.75a.75.75 0 0 1 .449-.687Zm1.051 2.395V8.7a1.06 1.06 0 0 1-1.014 1.058c-.554.023-1.873.122-3.335.521-1.473.402-3.012 1.088-4.084 2.233-1.185 1.267-1.724 3.028-1.947 4.601-.057.395-.092.771-.113 1.117 3.873-3.989 8.33-4.06 9.518-4 .576.03.975.51.975 1.035v3.277L20.641 12l-7.12-6.542Z"; protected override string IconGeometry32 { get; } = "M16.626 4.084a1 1 0 0 1 1.079.18l11.972 11a1 1 0 0 1 0 1.472l-11.972 11A1 1 0 0 1 16.028 27v-6.04c-2.146.022-7.728.69-12.134 6.596a1.025 1.025 0 0 1-1.516.138 1.016 1.016 0 0 1-.317-.648c-.032-.346-.18-2.218.146-4.51.324-2.274 1.132-5.098 3.117-7.22 1.79-1.912 4.247-2.958 6.378-3.54a23.22 23.22 0 0 1 4.326-.731V5a1 1 0 0 1 .598-.916Zm1.402 3.193V11.6c0 .763-.603 1.378-1.352 1.41-.739.032-2.498.163-4.447.695-1.963.536-4.015 1.45-5.445 2.978-1.58 1.689-2.298 4.037-2.597 6.134a18.788 18.788 0 0 0-.15 1.49c5.164-5.318 11.107-5.414 12.69-5.333.769.04 1.301.68 1.301 1.38v4.37L27.522 16l-9.494-8.723Z"; }