/* * 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 BrandProtonMail : CustomPathIcon { protected override string IconGeometry16 { get; } = "M1 3.002a1 1 0 0 1 1.612-.791l5.085 3.932a.5.5 0 0 0 .611 0l5.085-3.932a1 1 0 0 1 1.612.79v7.996a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3.002Zm6.085 3.932L2 3.002v1.485l3.997 3.218a.9.9 0 0 0 1.164-.03l.518-.463a1.497 1.497 0 0 1-.594-.278ZM2 10.997V5.77l3.37 2.713a1.9 1.9 0 0 0 2.458-.064l3.426-3.064v6.64H3a1 1 0 0 1-1-1Zm10.187 1h.818a1 1 0 0 0 1-1V3.002l-1.818 1.405v7.59Z"; protected override string IconGeometry20 { get; } = "M3.163 4.672A.1.1 0 0 0 3 4.75v2.587l3.695 3.104a1.3 1.3 0 0 0 1.645.022l1.252-.995a2.294 2.294 0 0 1-1.028-.469L3.163 4.672ZM3 14.697V8.643l3.052 2.564a2.3 2.3 0 0 0 2.91.039l4.071-3.236v7.989L4.3 15.997a1.3 1.3 0 0 1-1.3-1.3Zm10.967 1.302H15.7a1.3 1.3 0 0 0 1.3-1.3V4.75a.1.1 0 0 0-.163-.078l-2.871 2.302V16ZM2 4.75a1.1 1.1 0 0 1 1.788-.858L9.189 8.22a1.3 1.3 0 0 0 1.626 0l5.397-4.327A1.1 1.1 0 0 1 18 4.75v9.95a2.3 2.3 0 0 1-2.3 2.3l-11.4-.003a2.3 2.3 0 0 1-2.3-2.3V4.75Z"; protected override string IconGeometry24 { get; } = ""; protected override string IconGeometry32 { get; } = ""; }