/* * 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 Reply : CustomPathIcon { protected override string IconGeometry16 { get; } = "M7.687 2.042a.5.5 0 0 0-.54.09l-5.985 5.5a.5.5 0 0 0 0 .736l5.986 5.5a.5.5 0 0 0 .838-.368v-3.02c1.073.011 3.864.345 6.067 3.298a.512.512 0 0 0 .758.07.507.507 0 0 0 .158-.325c.017-.173.09-1.109-.073-2.255-.161-1.137-.565-2.549-1.558-3.61-.895-.956-2.123-1.48-3.19-1.77a11.566 11.566 0 0 0-2.162-.366V2.5a.5.5 0 0 0-.3-.458Zm-.701 1.596V5.8c0 .381.302.689.676.705.37.016 1.249.082 2.224.348.981.268 2.007.725 2.722 1.489.79.844 1.15 2.018 1.298 3.067.038.263.061.514.075.744C11.4 9.494 8.428 9.447 7.636 9.487a.687.687 0 0 0-.65.69v2.185L2.239 8l4.747-4.362Z"; protected override string IconGeometry20 { get; } = "M9.609 2.553a.625.625 0 0 0-.675.112L1.452 9.54a.625.625 0 0 0 0 .92l7.482 6.875a.625.625 0 0 0 1.048-.46V13.1c1.342.014 4.83.432 7.584 4.123a.64.64 0 0 0 .948.086.635.635 0 0 0 .198-.405c.02-.217.112-1.386-.092-2.819-.202-1.422-.707-3.186-1.948-4.512-1.118-1.195-2.654-1.85-3.986-2.213a14.46 14.46 0 0 0-2.704-.457V3.125a.625.625 0 0 0-.373-.572Zm-.877 1.995V7.25c0 .477.377.861.846.881.461.02 1.56.102 2.779.435 1.227.335 2.51.906 3.403 1.861.987 1.055 1.437 2.523 1.623 3.834.047.329.076.643.094.93-3.228-3.323-6.942-3.383-7.932-3.332a.859.859 0 0 0-.813.862v2.731L2.8 10l5.933-5.452Z"; protected override string IconGeometry24 { get; } = "M11.53 3.063a.75.75 0 0 0-.809.135l-8.978 8.25a.75.75 0 0 0 0 1.104l8.978 8.25a.75.75 0 0 0 1.258-.552v-4.53c1.61.016 5.796.518 9.1 4.947a.769.769 0 0 0 1.137.104.761.761 0 0 0 .238-.486c.024-.26.135-1.664-.11-3.383-.242-1.706-.848-3.823-2.337-5.414-1.342-1.435-3.185-2.22-4.784-2.656a17.35 17.35 0 0 0-3.244-.549V3.75a.75.75 0 0 0-.449-.687Zm-1.05 2.395V8.7a1.06 1.06 0 0 0 1.014 1.058c.554.023 1.873.122 3.335.521 1.473.402 3.012 1.088 4.084 2.233 1.185 1.267 1.724 3.028 1.947 4.601.056.395.092.771.113 1.117-3.873-3.989-8.33-4.06-9.518-4a1.03 1.03 0 0 0-.975 1.035v3.277L3.359 12l7.12-6.542Z"; protected override string IconGeometry32 { get; } = "M15.374 4.084a1 1 0 0 0-1.079.18l-11.972 11a1 1 0 0 0 0 1.472l11.972 11A1 1 0 0 0 15.972 27v-6.04c2.146.022 7.728.69 12.134 6.596a1.025 1.025 0 0 0 1.516.138c.198-.185.296-.424.317-.648.032-.346.18-2.218-.146-4.51-.324-2.274-1.132-5.098-3.117-7.22-1.79-1.912-4.247-2.958-6.378-3.54a23.22 23.22 0 0 0-4.326-.731V5a1 1 0 0 0-.598-.916Zm-1.402 3.193V11.6c0 .763.603 1.378 1.352 1.41.739.032 2.498.163 4.447.695 1.963.536 4.015 1.45 5.444 2.978 1.58 1.689 2.3 4.037 2.598 6.134.074.527.122 1.029.15 1.49-5.164-5.318-11.107-5.414-12.69-5.333-.769.04-1.301.68-1.301 1.38v4.37L4.478 16l9.494-8.723Z"; }