/* * 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 FileArrowOut : CustomPathIcon { protected override string IconGeometry16 { get; } = "M4.5 2A1.5 1.5 0 0 0 3 3.5v9A1.5 1.5 0 0 0 4.5 14H12v1H4.5A2.5 2.5 0 0 1 2 12.5v-9A2.5 2.5 0 0 1 4.5 1h4.672a2.5 2.5 0 0 1 1.767.732l2.329 2.329A2.5 2.5 0 0 1 14 5.828V8h-1V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H4.5Zm8.06 2.768c.072.071.135.149.19.232H10.5a.5.5 0 0 1-.5-.5V2.25c.083.054.16.118.232.19l2.329 2.328Zm.666 4.378a.5.5 0 0 1 .708 0l1.858 1.859a.7.7 0 0 1 0 .99l-1.858 1.859a.5.5 0 0 1-.707-.708L14.372 12H10.08a.5.5 0 0 1 0-1h4.293l-1.146-1.146a.5.5 0 0 1 0-.708Z"; protected override string IconGeometry20 { get; } = "M5.625 2.5c-1.036 0-1.875.84-1.875 1.875v11.25c0 1.035.84 1.875 1.875 1.875H15v1.25H5.625A3.125 3.125 0 0 1 2.5 15.625V4.375c0-1.726 1.4-3.125 3.125-3.125h5.84c.828 0 1.623.33 2.21.915l2.91 2.91c.586.587.915 1.382.915 2.21V10h-1.25V7.5h-3.125a1.875 1.875 0 0 1-1.875-1.875V2.5H5.625Zm10.076 3.46c.09.089.168.186.237.29h-2.813a.625.625 0 0 1-.625-.625V2.812c.104.069.201.148.29.237l2.91 2.91Zm.832 5.473a.625.625 0 0 1 .884 0l2.323 2.323a.875.875 0 0 1 0 1.238l-2.323 2.323a.625.625 0 0 1-.884-.884L17.966 15H12.6a.625.625 0 1 1 0-1.25h5.366l-1.433-1.433a.625.625 0 0 1 0-.884Z"; protected override string IconGeometry24 { get; } = "M6.75 3A2.25 2.25 0 0 0 4.5 5.25v13.5A2.25 2.25 0 0 0 6.75 21H18v1.5H6.75A3.75 3.75 0 0 1 3 18.75V5.25A3.75 3.75 0 0 1 6.75 1.5h7.007a3.75 3.75 0 0 1 2.652 1.098l3.493 3.493A3.75 3.75 0 0 1 21 8.743V12h-1.5V9h-3.75a2.25 2.25 0 0 1-2.25-2.25V3H6.75Zm12.091 4.152c.107.107.202.224.285.348H15.75a.75.75 0 0 1-.75-.75V3.374c.124.083.241.178.348.285l3.493 3.493Zm.999 6.568a.75.75 0 0 1 1.06 0l2.788 2.787c.41.41.41 1.075 0 1.485L20.9 20.78a.75.75 0 0 1-1.06-1.06L21.56 18h-6.44a.75.75 0 0 1 0-1.5h6.44l-1.72-1.72a.75.75 0 0 1 0-1.06Z"; protected override string IconGeometry32 { get; } = "M9 4a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h15v2H9a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5h9.343a5 5 0 0 1 3.536 1.464l4.656 4.657A5 5 0 0 1 28 11.657V16h-2v-4h-5a3 3 0 0 1-3-3V4H9Zm16.121 5.536a3 3 0 0 1 .38.464H21a1 1 0 0 1-1-1V4.499c.166.11.322.237.465.38l4.656 4.657Zm1.332 8.757a1 1 0 0 1 1.414 0l3.717 3.717a1.4 1.4 0 0 1 0 1.98l-3.717 3.717a1 1 0 0 1-1.414-1.414L28.746 24H20.16a1 1 0 1 1 0-2h8.586l-2.293-2.293a1 1 0 0 1 0-1.414Z"; }