/* * 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 Eraser : CustomPathIcon { protected override string IconGeometry16 { get; } = "m10.881 2.294 2.825 2.825a1 1 0 0 1 0 1.414l-1.603 1.602-4.24-4.239 1.604-1.602a1 1 0 0 1 1.414 0Zm-3.724 2.31L3.293 8.466a1 1 0 0 0 0 1.414l2.825 2.825a1 1 0 0 0 1.414 0l3.864-3.863-4.24-4.24Zm5.273 4.619-3.778 3.778H14.5a.5.5 0 1 1 0 1h-13a.5.5 0 0 1 0-1H5l-2.414-2.413a2 2 0 0 1 0-2.828L8.76 1.587a2 2 0 0 1 2.828 0l2.825 2.824a2 2 0 0 1 0 2.829l-1.93 1.93a.487.487 0 0 1-.053.053Z"; protected override string IconGeometry20 { get; } = "m13.601 2.867 3.532 3.531a1.25 1.25 0 0 1 0 1.768l-2.004 2.003-5.3-5.298 2.004-2.004a1.25 1.25 0 0 1 1.768 0ZM8.946 5.754l-4.83 4.83a1.25 1.25 0 0 0 0 1.767l3.532 3.531a1.25 1.25 0 0 0 1.768 0l4.83-4.829-5.3-5.299Zm6.591 5.775-4.723 4.722h7.311a.625.625 0 1 1 0 1.25H1.875a.625.625 0 0 1 0-1.25h4.374l-3.017-3.016a2.5 2.5 0 0 1 0-3.535l7.717-7.717a2.5 2.5 0 0 1 3.536 0l3.532 3.531a2.5 2.5 0 0 1 0 3.536l-2.412 2.411a.588.588 0 0 1-.068.068Z"; protected override string IconGeometry24 { get; } = "m16.321 3.44 4.238 4.238a1.5 1.5 0 0 1 0 2.121l-2.404 2.404-6.36-6.358L14.2 3.44a1.5 1.5 0 0 1 2.121 0Zm-5.586 3.465L4.94 12.7a1.5 1.5 0 0 0 0 2.122l4.237 4.237a1.5 1.5 0 0 0 2.122 0l5.795-5.795-6.359-6.359Zm7.91 6.93-5.668 5.667h8.773a.75.75 0 1 1 0 1.5H2.25a.75.75 0 0 1 0-1.5h5.249l-3.62-3.62a3 3 0 0 1 0-4.242l9.26-9.26a3 3 0 0 1 4.243 0l4.238 4.237a3 3 0 0 1 0 4.243l-2.895 2.894a.76.76 0 0 1-.08.08Z"; protected override string IconGeometry32 { get; } = "m21.762 4.587 5.65 5.65a2 2 0 0 1 0 2.828l-3.206 3.206-8.479-8.478 3.206-3.206a2 2 0 0 1 2.829 0Zm-7.449 4.62-7.727 7.726a2 2 0 0 0 0 2.829l5.65 5.65a2 2 0 0 0 2.829 0l7.727-7.727-8.479-8.478Zm10.547 9.239-7.557 7.556H29a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h6.998l-4.826-4.826a4 4 0 0 1 0-5.657L17.519 3.173a4 4 0 0 1 5.657 0l5.65 5.65a4 4 0 0 1 0 5.656l-3.859 3.86a1.003 1.003 0 0 1-.107.107Z"; }