/* * 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 Shield2CheckFilled : CustomPathIcon { protected override string IconGeometry16 { get; } = "M7.14564 1.27942C7.69754 1.07873 8.30246 1.07873 8.85436 1.27942L13.6709 3.03088C13.8685 3.10273 14 3.29053 14 3.50078V9.12625C14 10.773 13.1005 12.2882 11.6548 13.0768L8.23943 14.9397C8.09019 15.0211 7.90981 15.0211 7.76057 14.9397L4.34517 13.0768C2.89949 12.2882 2 10.773 2 9.12625V3.50078C2 3.29053 2.13153 3.10273 2.32913 3.03088L7.14564 1.27942ZM10.8536 6.35355C11.0488 6.15829 11.0488 5.84171 10.8536 5.64645C10.6583 5.45118 10.3417 5.45118 10.1464 5.64645L7 8.79289L5.85355 7.64645C5.65829 7.45118 5.34171 7.45118 5.14645 7.64645C4.95118 7.84171 4.95118 8.15829 5.14645 8.35355L6.64645 9.85355C6.84171 10.0488 7.15829 10.0488 7.35355 9.85355L10.8536 6.35355Z"; protected override string IconGeometry20 { get; } = ""; protected override string IconGeometry24 { get; } = ""; protected override string IconGeometry32 { get; } = ""; }