/* * 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 PenSquare : CustomPathIcon { protected override string IconGeometry16 { get; } = "m13.183 2 .818.818-6.588 6.588a1 1 0 0 1-.518.275l-.712.137.137-.712a1 1 0 0 1 .275-.518L13.183 2Zm1.526.111-.819-.818a1 1 0 0 0-1.414 0L5.888 7.88a2 2 0 0 0-.55 1.036l-.276 1.437a.5.5 0 0 0 .585.586l1.437-.277a2 2 0 0 0 1.037-.55l6.588-6.587a1 1 0 0 0 0-1.415ZM2 4.5A1.5 1.5 0 0 1 3.5 3h5.893V2H3.501a2.5 2.5 0 0 0-2.5 2.5v7.999a2.5 2.5 0 0 0 2.5 2.5h7.89a2.5 2.5 0 0 0 2.5-2.5V6.605h-1V12.5a1.5 1.5 0 0 1-1.5 1.5H3.5A1.5 1.5 0 0 1 2 12.5v-8Z"; protected override string IconGeometry20 { get; } = "m16.479 2.5 1.023 1.023-8.235 8.235a1.25 1.25 0 0 1-.648.344l-.89.171.171-.89a1.25 1.25 0 0 1 .344-.648L16.479 2.5Zm1.907.14-1.023-1.023a1.25 1.25 0 0 0-1.768 0L7.36 9.85a2.5 2.5 0 0 0-.687 1.296l-.346 1.796a.625.625 0 0 0 .732.732l1.796-.346a2.5 2.5 0 0 0 1.295-.687l8.236-8.235a1.25 1.25 0 0 0 0-1.767ZM2.5 5.625c0-1.035.84-1.875 1.875-1.875h7.367V2.5H4.376a3.125 3.125 0 0 0-3.125 3.125v10c0 1.725 1.4 3.124 3.125 3.124h9.861a3.126 3.126 0 0 0 3.126-3.125V8.257h-1.25v7.367c0 1.036-.84 1.875-1.875 1.875H4.376a1.875 1.875 0 0 1-1.875-1.875V5.625Z"; protected override string IconGeometry24 { get; } = "m19.774 3 1.228 1.228-9.882 9.882a1.5 1.5 0 0 1-.777.412l-1.068.206.205-1.068a1.5 1.5 0 0 1 .412-.778L19.774 3Zm2.289.167L20.835 1.94a1.5 1.5 0 0 0-2.121 0l-9.882 9.882a3 3 0 0 0-.825 1.554l-.415 2.156a.75.75 0 0 0 .879.878l2.155-.415a3 3 0 0 0 1.555-.824l9.882-9.882a1.5 1.5 0 0 0 0-2.122ZM3 6.75A2.25 2.25 0 0 1 5.25 4.5h8.84V3H5.25A3.75 3.75 0 0 0 1.5 6.75v12a3.75 3.75 0 0 0 3.75 3.75h11.834a3.75 3.75 0 0 0 3.75-3.75V9.91h-1.5v8.84a2.25 2.25 0 0 1-2.25 2.25H5.251a2.25 2.25 0 0 1-2.25-2.25v-12Z"; protected override string IconGeometry32 { get; } = "m26.366 4.001 1.637 1.637-13.176 13.176a2.001 2.001 0 0 1-1.037.55l-1.424.273.274-1.424a2 2 0 0 1 .55-1.036L26.366 4Zm3.05.223L27.78 2.587a2 2 0 0 0-2.829 0L11.776 15.763a4 4 0 0 0-1.1 2.072l-.553 2.874a1 1 0 0 0 1.171 1.171l2.874-.553a4 4 0 0 0 2.073-1.1L29.417 7.053a2 2 0 0 0 0-2.828ZM4.003 9a3 3 0 0 1 3-3H18.79V4H7.002a5 5 0 0 0-5 5v15.998a5 5 0 0 0 5 5H22.78a5 5 0 0 0 5-5V13.212h-2v11.787a3 3 0 0 1-3 3H7.002a3 3 0 0 1-3-3V9Z"; }