/* * 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 BookmarkFilled : CustomPathIcon { protected override string IconGeometry16 { get; } = "M2 3.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656C3.139 1 3.559 1 4.4 1h7.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 0 1 .655.656c.164.32.164.74.164 1.581v9.857c0 .86 0 1.29-.17 1.49a.71.71 0 0 1-.596.247c-.26-.02-.565-.325-1.173-.933l-3.835-3.835c-.079-.079-.119-.119-.164-.133a.2.2 0 0 0-.124 0c-.045.014-.085.054-.164.133l-3.835 3.835c-.608.608-.912.912-1.173.933a.71.71 0 0 1-.596-.247c-.17-.2-.17-.63-.17-1.49V3.4Z"; protected override string IconGeometry20 { get; } = "M2.5 4.25c0-1.05 0-1.575.204-1.976.18-.353.467-.64.82-.82.4-.204.926-.204 1.976-.204h9c1.05 0 1.575 0 1.976.204.353.18.64.467.82.82.204.4.204.926.204 1.976v12.322c0 1.075 0 1.613-.213 1.862a.888.888 0 0 1-.744.308c-.326-.026-.707-.406-1.467-1.166l-4.793-4.793c-.1-.1-.149-.149-.206-.167a.25.25 0 0 0-.154 0c-.057.018-.107.068-.206.167l-4.793 4.793c-.76.76-1.14 1.14-1.467 1.166a.888.888 0 0 1-.744-.308c-.213-.25-.213-.787-.213-1.862V4.25Z"; protected override string IconGeometry24 { get; } = "M3 5.1c0-1.26 0-1.89.245-2.371a2.25 2.25 0 0 1 .984-.984C4.709 1.5 5.339 1.5 6.6 1.5h10.8c1.26 0 1.89 0 2.372.245.423.216.767.56.983.984C21 3.209 21 3.839 21 5.1v14.786c0 1.29 0 1.936-.255 2.235a1.07 1.07 0 0 1-.894.37c-.391-.031-.848-.488-1.76-1.4L12.34 15.34c-.118-.118-.178-.178-.246-.2a.301.301 0 0 0-.186 0c-.068.022-.128.082-.246.2L5.91 21.092c-.913.912-1.369 1.369-1.76 1.4a1.07 1.07 0 0 1-.894-.37C3 21.82 3 21.177 3 19.886V5.1Z"; protected override string IconGeometry32 { get; } = "M4 6.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C6.28 2 7.12 2 8.8 2h14.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C28 4.28 28 5.12 28 6.8v19.715c0 1.72 0 2.58-.34 2.979a1.42 1.42 0 0 1-1.191.493c-.523-.04-1.131-.649-2.348-1.865l-7.668-7.67c-.159-.158-.238-.237-.33-.267a.4.4 0 0 0-.247 0c-.09.03-.17.11-.329.268L7.88 28.12c-1.217 1.217-1.825 1.825-2.348 1.866a1.42 1.42 0 0 1-1.19-.493C4 29.096 4 28.235 4 26.514V6.8Z"; }