/* * 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 BrandProtonDrive : CustomPathIcon { protected override string IconGeometry16 { get; } = "M3.01 2.004a2 2 0 0 0-2 1.998l-.007 8a2 2 0 0 0 2 2.002h10a2 2 0 0 0 2-2V5.046a2 2 0 0 0-2-2H6.92c-.193 0-.383-.053-.549-.153L5.387 2.3a2.063 2.063 0 0 0-1.065-.296H3.01ZM2.01 4a1 1 0 0 1 1-.996h1.312c.194 0 .383.053.549.153l.984.593c.322.194.69.296 1.065.296h6.082a1 1 0 0 1 1 1v6.958a1 1 0 0 1-1 1H12v-6.91a1 1 0 0 0-1-1H6.035c-.343 0-.673-.137-.914-.381l-.034-.035A2.286 2.286 0 0 0 3.462 4H2.01Zm-.001 1-.006 7.003a1 1 0 0 0 1 1H11V6.095H6.035c-.61 0-1.196-.244-1.625-.678l-.034-.035A1.286 1.286 0 0 0 3.462 5H2.009Z"; protected override string IconGeometry20 { get; } = "M3.758 2.5a2.5 2.5 0 0 0-2.5 2.498L1.25 15a2.5 2.5 0 0 0 2.5 2.502h12.5a2.5 2.5 0 0 0 2.5-2.5V6.303a2.5 2.5 0 0 0-2.5-2.5H8.647c-.242 0-.48-.066-.686-.191L6.73 2.87a2.579 2.579 0 0 0-1.332-.37h-1.64Zm-1.25 2.495a1.25 1.25 0 0 1 1.25-1.245h1.64c.243 0 .48.066.687.19l1.23.743c.402.242.862.37 1.332.37h7.603c.69 0 1.25.56 1.25 1.25v8.698c0 .69-.56 1.25-1.25 1.25h-1.253V7.613c0-.69-.56-1.25-1.25-1.25H7.54c-.43 0-.84-.172-1.143-.477l-.043-.043a2.858 2.858 0 0 0-2.031-.848H2.508Zm-.001 1.25L2.5 15c0 .69.56 1.251 1.25 1.251h9.997V7.613H7.54a2.858 2.858 0 0 1-2.031-.848l-.043-.043a1.608 1.608 0 0 0-1.143-.477H2.507Z"; protected override string IconGeometry24 { get; } = "M4.51 3a3 3 0 0 0-3 2.998l-.01 12a3 3 0 0 0 3 3.003h15a3 3 0 0 0 3-3V7.564a3 3 0 0 0-3-3h-9.124c-.29 0-.575-.08-.823-.23l-1.477-.89A3.095 3.095 0 0 0 6.48 3H4.51Zm-1.5 2.994A1.5 1.5 0 0 1 4.51 4.5h1.969c.29 0 .574.08.823.23l1.476.89c.482.29 1.035.444 1.598.444H19.5a1.5 1.5 0 0 1 1.5 1.5V18a1.5 1.5 0 0 1-1.5 1.5h-1.504V9.136a1.5 1.5 0 0 0-1.5-1.5H9.048a1.93 1.93 0 0 1-1.371-.573l-.052-.052a3.43 3.43 0 0 0-2.437-1.017H3.009Zm-.002 1.5L3 18a1.5 1.5 0 0 0 1.5 1.501h11.996V9.136H9.048A3.43 3.43 0 0 1 6.61 8.119l-.051-.052a1.93 1.93 0 0 0-1.371-.572h-2.18Z"; protected override string IconGeometry32 { get; } = "M6.013 4a4 4 0 0 0-4 3.997L2 24a4 4 0 0 0 4 4.003h20a4 4 0 0 0 4-4V10.085a4 4 0 0 0-4-4H13.835c-.387 0-.767-.106-1.098-.306l-1.969-1.187A4.126 4.126 0 0 0 8.639 4H6.013Zm-2 3.993a2 2 0 0 1 2-1.993h2.625c.387 0 .766.106 1.098.305l1.968 1.187c.643.388 1.38.593 2.13.593H26a2 2 0 0 1 2 2v13.917a2 2 0 0 1-2 2h-2.005V12.18a2 2 0 0 0-2-2h-9.931a2.573 2.573 0 0 1-1.829-.763l-.068-.07a4.573 4.573 0 0 0-3.25-1.355H4.012Zm-.002 2L4 24a2 2 0 0 0 2 2.002h15.994V12.18h-9.931a4.573 4.573 0 0 1-3.25-1.356l-.069-.07a2.573 2.573 0 0 0-1.828-.762H4.01Z"; }