/* * 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 Key : CustomPathIcon { protected override string IconGeometry16 { get; } = "M7.348 3.146a3.893 3.893 0 1 1 1.51 6.443l-.296-.1-.22.22-.521.522H6.647a.503.503 0 0 0-.503.503v.879h-.878a.503.503 0 0 0-.503.503v.878H3.006v-2.052L6.29 7.658l.22-.22-.099-.296a3.893 3.893 0 0 1 .938-3.996Zm6.217-.711a4.899 4.899 0 0 0-8.199 4.724L2.29 10.235a.991.991 0 0 0-.29.701v2.561a.503.503 0 0 0 .503.503h2.275a.991.991 0 0 0 .991-.991v-.39h.878a.503.503 0 0 0 .503-.503v-.879h.879a.503.503 0 0 0 .356-.147l.456-.457a4.899 4.899 0 0 0 4.724-8.199ZM11.11 5.903a1.012 1.012 0 1 0 0-2.025 1.012 1.012 0 0 0 0 2.025Z"; protected override string IconGeometry20 { get; } = "M9.186 3.933a4.866 4.866 0 1 1 1.886 8.053l-.37-.124-.275.275-.651.652H8.309a.629.629 0 0 0-.628.629v1.098H6.582a.629.629 0 0 0-.628.628v1.098H3.758v-2.564l4.105-4.105.275-.276-.124-.369a4.866 4.866 0 0 1 1.172-4.995Zm7.77-.89A6.124 6.124 0 0 0 6.708 8.95l-3.845 3.845a1.24 1.24 0 0 0-.363.876v3.201a.629.629 0 0 0 .629.629h2.843a1.24 1.24 0 0 0 1.24-1.24v-.487h1.097a.629.629 0 0 0 .63-.629v-1.098h1.097a.629.629 0 0 0 .445-.184l.57-.57a6.123 6.123 0 0 0 5.905-10.248ZM13.887 7.38a1.266 1.266 0 1 0 0-2.531 1.266 1.266 0 0 0 0 2.53Z"; protected override string IconGeometry24 { get; } = "M11.023 4.72a5.84 5.84 0 1 1 2.263 9.663l-.443-.149-.33.33-.782.783H9.97a.755.755 0 0 0-.754.754v1.318H7.899a.755.755 0 0 0-.755.754v1.318H4.51v-3.077l4.926-4.927.33-.33-.148-.443a5.84 5.84 0 0 1 1.406-5.995Zm9.325-1.068A7.348 7.348 0 0 0 8.05 10.74l-4.614 4.614A1.487 1.487 0 0 0 3 16.404v3.841a.754.754 0 0 0 .755.755h3.411c.822 0 1.487-.666 1.487-1.487v-.585h1.318a.754.754 0 0 0 .755-.755v-1.317h1.317c.2 0 .392-.08.534-.221l.684-.685a7.348 7.348 0 0 0 7.086-12.298Zm-3.683 5.202a1.519 1.519 0 1 0 0-3.037 1.519 1.519 0 0 0 0 3.037Z"; protected override string IconGeometry32 { get; } = "M14.697 6.292a7.786 7.786 0 1 1 3.018 12.885l-.59-.198-.442.44-1.042 1.043h-2.346a1.006 1.006 0 0 0-1.006 1.006v1.757h-1.757c-.556 0-1.006.45-1.006 1.006v1.757H6.012v-4.103l6.568-6.568.441-.441-.199-.591a7.786 7.786 0 0 1 1.875-7.993ZM27.13 4.87c-3.826-3.827-10.03-3.827-13.856 0a9.794 9.794 0 0 0-2.541 9.448L4.58 20.471a1.98 1.98 0 0 0-.581 1.402v5.121A1.006 1.006 0 0 0 5.006 28h4.55a1.983 1.983 0 0 0 1.982-1.983v-.78h1.757a1.006 1.006 0 0 0 1.006-1.006v-1.757h1.757c.267 0 .523-.106.711-.295l.913-.912a9.794 9.794 0 0 0 9.448-2.541c3.827-3.826 3.827-10.03 0-13.856Zm-4.91 6.936a2.025 2.025 0 1 0 0-4.05 2.025 2.025 0 0 0 0 4.05Z"; }