/* * 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 ArrowsRotate : CustomPathIcon { protected override string IconGeometry16 { get; } = "M11.316 4.254A5.005 5.005 0 0 0 3.002 7.84a.5.5 0 0 1-1-.032 5.977 5.977 0 0 1 1.755-4.05 6.005 6.005 0 0 1 8.28-.2V2.555a.5.5 0 1 1 1 0v2a.7.7 0 0 1-.7.7h-2.001a.5.5 0 1 1 0-1h.98Zm2.688 3.684a.5.5 0 0 0-1 .01 5.005 5.005 0 0 1-8.316 3.794h.846a.5.5 0 0 0 0-1h-2a.7.7 0 0 0-.7.7v2a.5.5 0 0 0 1 0v-1.127a6.005 6.005 0 0 0 8.412-.075 5.98 5.98 0 0 0 1.758-4.302Z"; protected override string IconGeometry20 { get; } = "M14.145 5.318a6.256 6.256 0 0 0-8.564.261A6.223 6.223 0 0 0 3.753 9.8a.625.625 0 0 1-1.25-.04 7.472 7.472 0 0 1 2.194-5.063 7.507 7.507 0 0 1 10.35-.25V3.193a.625.625 0 1 1 1.25 0v2.5a.875.875 0 0 1-.876.875H12.92a.625.625 0 0 1 0-1.25h1.225Zm3.36 4.605a.625.625 0 0 0-1.25.012 6.226 6.226 0 0 1-1.831 4.481 6.256 6.256 0 0 1-8.565.262h1.06a.625.625 0 1 0 0-1.25H4.416a.875.875 0 0 0-.875.875v2.499a.625.625 0 1 0 1.25 0v-1.409a7.507 7.507 0 0 0 10.516-.093 7.475 7.475 0 0 0 2.197-5.377Z"; protected override string IconGeometry24 { get; } = "M16.974 6.381a7.507 7.507 0 0 0-10.277.314 7.467 7.467 0 0 0-2.194 5.063.75.75 0 0 1-1.5-.047 8.966 8.966 0 0 1 2.633-6.076 9.008 9.008 0 0 1 12.42-.3V3.833a.75.75 0 0 1 1.5 0v3c0 .579-.47 1.05-1.05 1.05h-3.002a.75.75 0 0 1 0-1.5h1.47Zm4.032 5.526a.75.75 0 0 0-1.5.015 7.471 7.471 0 0 1-2.198 5.377 7.507 7.507 0 0 1-10.277.314H8.3a.75.75 0 0 0 0-1.5h-3c-.58 0-1.05.47-1.05 1.05v3a.75.75 0 0 0 1.5 0v-1.691a9.008 9.008 0 0 0 12.618-.112 8.97 8.97 0 0 0 2.637-6.453Z"; protected override string IconGeometry32 { get; } = "M22.633 8.508c-3.93-3.48-9.941-3.34-13.703.419a9.956 9.956 0 0 0-2.925 6.75 1 1 0 0 1-2-.063 11.955 11.955 0 0 1 3.51-8.1c4.551-4.549 11.847-4.682 16.559-.4V5.11a1 1 0 1 1 2 0v4a1.4 1.4 0 0 1-1.4 1.4h-4.002a1 1 0 1 1 0-2h1.96Zm5.375 7.368a1 1 0 0 0-2 .02 9.961 9.961 0 0 1-2.93 7.17c-3.762 3.76-9.775 3.899-13.704.418h1.695a1 1 0 1 0 0-2H7.067a1.4 1.4 0 0 0-1.4 1.4v4a1 1 0 1 0 2 0v-2.255c4.7 4.535 12.188 4.485 16.825-.15a11.96 11.96 0 0 0 3.516-8.603Z"; }