mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 15:17:41 +01:00
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:
18
icons/rotate-ccw-key.json
Normal file
18
icons/rotate-ccw-key.json
Normal 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
17
icons/rotate-ccw-key.svg
Normal 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 |
Reference in New Issue
Block a user