/* * 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 PaperPlaneClock : CustomPathIcon { protected override string IconGeometry16 { get; } = "m7.539 9.363-.072-.115.39-.39c.28-.385.62-.725 1.007-1.005L13.35 3.37l-1.223 3.673c.338.047.663.131.971.249l1.874-5.628a.505.505 0 0 0-.639-.638L1.345 5.365a.503.503 0 0 0-.106.905l5.026 3.134c.13.08.24.19.322.32l.515.823c.09-.42.24-.817.438-1.184ZM2.661 5.979l10.01-3.343-5.907 5.9L2.66 5.98Z M11.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm.5-5.5a.5.5 0 0 0-1 0v2.207l1.146 1.147a.5.5 0 0 0 .708-.708L12 11.293V9.5Z"; protected override string IconGeometry20 { get; } = ""; protected override string IconGeometry24 { get; } = ""; protected override string IconGeometry32 { get; } = ""; }