/* * 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 BrandAndroid : CustomPathIcon { protected override string IconGeometry16 { get; } = "M11.203 9.43a.59.59 0 0 1-.596-.265.613.613 0 0 1 0-.662.59.59 0 0 1 .596-.266.602.602 0 0 1 .495.597.601.601 0 0 1-.495.596Zm-6.373 0a.594.594 0 0 1-.55-.377.612.612 0 0 1 .136-.661.587.587 0 0 1 .653-.12.606.606 0 0 1 .356.57.6.6 0 0 1-.595.588Zm6.604-3.091 1.073-2.016a.222.222 0 0 0-.082-.302.23.23 0 0 0-.298.1l-1.106 2.033A7.013 7.013 0 0 0 8 5.482a7.629 7.629 0 0 0-3.038.639l-1.09-2.033a.228.228 0 0 0-.297 0 .205.205 0 0 0-.083.286l1.074 2.015C2.441 7.436 1.066 9.6 1 12h14c-.036-2.431-1.415-4.635-3.566-5.695"; protected override string IconGeometry20 { get; } = "M14.004 11.787a.738.738 0 0 1-.745-.331.767.767 0 0 1 0-.828.738.738 0 0 1 .745-.332c.357.062.62.377.62.746a.752.752 0 0 1-.62.745Zm-7.966 0a.743.743 0 0 1-.688-.471.765.765 0 0 1 .17-.827.734.734 0 0 1 .817-.15.757.757 0 0 1 .444.713.749.749 0 0 1-.743.735Zm8.255-3.863 1.34-2.52a.277.277 0 0 0-.102-.378.287.287 0 0 0-.372.126l-1.383 2.54A8.766 8.766 0 0 0 10 6.853a9.536 9.536 0 0 0-3.797.799L4.84 5.11a.285.285 0 0 0-.372 0 .256.256 0 0 0-.103.357l1.342 2.52C3.052 9.295 1.333 11.999 1.25 15h17.5c-.044-3.04-1.769-5.793-4.457-7.118"; protected override string IconGeometry24 { get; } = "M16.804 14.145a.885.885 0 0 1-.894-.398.92.92 0 0 1 0-.993.885.885 0 0 1 .894-.398c.43.073.744.451.744.894s-.314.821-.744.895Zm-9.559 0a.892.892 0 0 1-.825-.566.919.919 0 0 1 .204-.992.88.88 0 0 1 .98-.18.908.908 0 0 1 .533.856.899.899 0 0 1-.892.882Zm9.906-4.637 1.61-3.023a.333.333 0 0 0-.124-.454.344.344 0 0 0-.446.151l-1.66 3.05A10.519 10.519 0 0 0 12 8.222a11.443 11.443 0 0 0-4.557.958L5.81 6.13a.342.342 0 0 0-.446 0 .307.307 0 0 0-.124.428l1.61 3.025C3.662 11.154 1.6 14.399 1.5 18h21c-.053-3.647-2.123-6.952-5.35-8.542"; protected override string IconGeometry32 { get; } = "M22.406 18.86a1.18 1.18 0 0 1-1.192-.53 1.227 1.227 0 0 1 0-1.325 1.18 1.18 0 0 1 1.192-.53c.572.098.991.602.991 1.192s-.419 1.095-.991 1.193Zm-12.746 0c-.483 0-.919-.299-1.1-.755a1.225 1.225 0 0 1 .272-1.322 1.174 1.174 0 0 1 1.307-.24c.443.198.724.649.71 1.141A1.199 1.199 0 0 1 9.66 18.86Zm13.208-6.182 2.146-4.032a.443.443 0 0 0-.165-.605.458.458 0 0 0-.594.202l-2.212 4.065A14.026 14.026 0 0 0 16 10.964c-2.09.005-4.156.439-6.075 1.277l-2.18-4.065a.456.456 0 0 0-.594 0 .41.41 0 0 0-.165.571l2.146 4.031C4.882 14.871 2.132 19.198 2 24h28c-.071-4.863-2.83-9.27-7.132-11.39"; }