/* * 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 Wrench : CustomPathIcon { protected override string IconGeometry16 { get; } = "M7.16 2.345a4.594 4.594 0 0 1 5.04-.982.51.51 0 0 1 .163.831L10.24 4.317l.24 1.203 1.203.24 2.123-2.123a.51.51 0 0 1 .83.162 4.594 4.594 0 0 1-5.125 6.298l-4.155 4.156a2.551 2.551 0 1 1-3.609-3.609L5.903 6.49A4.588 4.588 0 0 1 7.16 2.345Zm3.877-.269a3.568 3.568 0 0 0-3.155.99 3.57 3.57 0 0 0-.925 3.452.51.51 0 0 1-.132.492l-4.356 4.356a1.53 1.53 0 1 0 2.165 2.165L8.99 9.175a.51.51 0 0 1 .492-.132 3.57 3.57 0 0 0 3.451-.925 3.568 3.568 0 0 0 .991-3.155l-1.713 1.712a.51.51 0 0 1-.46.14l-1.805-.361a.51.51 0 0 1-.4-.4l-.36-1.805a.51.51 0 0 1 .139-.46l1.712-1.713Z"; protected override string IconGeometry20 { get; } = "M8.95 2.931a5.742 5.742 0 0 1 6.301-1.227.638.638 0 0 1 .202 1.039L12.8 5.396l.3 1.504 1.504.3 2.653-2.653a.638.638 0 0 1 1.039.202 5.742 5.742 0 0 1-6.407 7.872l-5.195 5.195a3.19 3.19 0 1 1-4.51-4.51L7.38 8.11a5.736 5.736 0 0 1 1.571-5.18Zm4.847-.336a4.46 4.46 0 0 0-3.945 1.238 4.463 4.463 0 0 0-1.156 4.314.638.638 0 0 1-.165.616l-5.445 5.445a1.914 1.914 0 1 0 2.706 2.706l5.445-5.445a.638.638 0 0 1 .615-.165 4.463 4.463 0 0 0 4.315-1.156 4.46 4.46 0 0 0 1.238-3.945l-2.14 2.14a.638.638 0 0 1-.577.175l-2.255-.45a.638.638 0 0 1-.5-.501l-.451-2.255a.638.638 0 0 1 .174-.576l2.14-2.141Z"; protected override string IconGeometry24 { get; } = "M10.74 3.518a6.89 6.89 0 0 1 7.561-1.473.765.765 0 0 1 .243 1.246l-3.185 3.185.361 1.804 1.804.36 3.185-3.184a.766.766 0 0 1 1.246.243 6.89 6.89 0 0 1-7.688 9.447l-6.234 6.233a3.827 3.827 0 0 1-5.412-5.412l6.233-6.234a6.883 6.883 0 0 1 1.886-6.215Zm5.816-.404A5.352 5.352 0 0 0 11.823 4.6a5.355 5.355 0 0 0-1.388 5.177.766.766 0 0 1-.198.739l-6.534 6.533a2.296 2.296 0 0 0 3.248 3.248l6.533-6.534a.766.766 0 0 1 .74-.198 5.355 5.355 0 0 0 5.176-1.388 5.352 5.352 0 0 0 1.486-4.733l-2.569 2.569a.765.765 0 0 1-.691.209l-2.706-.541a.765.765 0 0 1-.6-.6l-.542-2.707a.765.765 0 0 1 .21-.691l2.568-2.569Z"; protected override string IconGeometry32 { get; } = "M14.32 4.69a9.188 9.188 0 0 1 10.082-1.963 1.02 1.02 0 0 1 .323 1.661L20.48 8.634l.481 2.406 2.406.48 4.246-4.245a1.02 1.02 0 0 1 1.661.323 9.188 9.188 0 0 1-10.25 12.596l-8.312 8.311a5.103 5.103 0 1 1-7.216-7.216l8.31-8.311A9.177 9.177 0 0 1 14.32 4.69Zm7.755-.538a7.136 7.136 0 0 0-6.312 1.981 7.14 7.14 0 0 0-1.85 6.903 1.02 1.02 0 0 1-.264.985l-8.711 8.711a3.062 3.062 0 1 0 4.33 4.33l8.711-8.711a1.02 1.02 0 0 1 .985-.265 7.14 7.14 0 0 0 6.903-1.85 7.137 7.137 0 0 0 1.981-6.31l-3.425 3.424a1.02 1.02 0 0 1-.922.28l-3.608-.722a1.02 1.02 0 0 1-.8-.8l-.722-3.61a1.02 1.02 0 0 1 .279-.92l3.425-3.426Z"; }