feat(icons): added rotate-ccw-key icon (#2587)

* Added icons/key-refresh.svg

* Added icons/key-refresh.json

* Update and rename key-refresh.json to rotate-ccw-key.json

* Rename key-refresh.svg to rotate-ccw-key.svg

* Update rotate-ccw-key.json

* Update rotate-ccw-key.svg

* Update rotate-ccw-key.json

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
Co-authored-by: Jakob Guddas <github@jguddas.de>
This commit is contained in:
Paul Bradbury
2025-04-18 11:20:20 +01:00
committed by GitHub
parent dc39f3d96a
commit 02efe87c5a
2 changed files with 35 additions and 0 deletions

18
icons/rotate-ccw-key.json Normal file
View File

@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"pgbradbury",
"jguddas"
],
"tags": [
"password",
"key",
"refresh",
"change"
],
"categories": [
"security",
"account"
]
}

17
icons/rotate-ccw-key.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m14.5 9.5 1 1" />
<path d="m15.5 8.5-4 4" />
<path d="M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8" />
<path d="M3 3v5h5" />
<circle cx="10" cy="14" r="2" />
</svg>

After

Width:  |  Height:  |  Size: 390 B