/* * 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 ArrowUpFromSquare : CustomPathIcon { protected override string IconGeometry16 { get; } = "M5.647 3.821a.5.5 0 0 1-.002-.707L8.004.743a.7.7 0 0 1 .992 0l2.358 2.371a.5.5 0 1 1-.708.705L9 2.165V9.5a.5.5 0 0 1-1 0V2.165L6.355 3.819a.5.5 0 0 1-.708.002Z M3 6.978a1 1 0 0 1 1-1h3.067v-1H4a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V6.978a2 2 0 0 0-2-2h-3v1h3a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6.978Z"; protected override string IconGeometry20 { get; } = "M6.434 4.11a.625.625 0 0 1-.002-.884L9.38.262a.875.875 0 0 1 1.24 0l2.948 2.964a.625.625 0 1 1-.886.881L10.625 2.04v9.17a.625.625 0 1 1-1.25 0V2.04L7.318 4.107a.625.625 0 0 1-.884.003Z M3.75 8.055c0-.69.56-1.25 1.25-1.25h2.583v-1.25H5a2.5 2.5 0 0 0-2.5 2.5v8.192a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5V8.055a2.5 2.5 0 0 0-2.5-2.5h-2.5v1.25H15c.69 0 1.25.56 1.25 1.25v8.192c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25V8.055Z"; protected override string IconGeometry24 { get; } = "M7.721 4.932a.75.75 0 0 1-.003-1.061L11.255.314a1.05 1.05 0 0 1 1.49 0l3.537 3.557a.75.75 0 1 1-1.064 1.058L12.75 2.447V13.45a.75.75 0 0 1-1.5 0V2.447L8.782 4.929a.75.75 0 0 1-1.06.003Z M4.5 9.667a1.5 1.5 0 0 1 1.5-1.5h3.1v-1.5H6a3 3 0 0 0-3 3v9.829a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-9.83a3 3 0 0 0-3-3h-3v1.5h3a1.5 1.5 0 0 1 1.5 1.5v9.83a1.5 1.5 0 0 1-1.5 1.5H6a1.5 1.5 0 0 1-1.5-1.5v-9.83Z"; protected override string IconGeometry32 { get; } = "M10.295 6.575a1 1 0 0 1-.004-1.414L15.007.42a1.4 1.4 0 0 1 1.986 0l4.716 4.742a1 1 0 0 1-1.418 1.41L17 3.263v14.671a1 1 0 1 1-2 0V3.263l-3.29 3.309a1 1 0 0 1-1.415.003Z M6 12.889a2 2 0 0 1 2-2h4.133v-2H8a4 4 0 0 0-4 4v13.105a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12.89a4 4 0 0 0-4-4h-4v2h4a2 2 0 0 1 2 2v13.105a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V12.89Z"; }