mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-25 21:39:24 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ee46673af | ||
|
|
5a46f4b87c |
@@ -10,6 +10,6 @@
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="m2 2 20 20" />
|
||||
<path d="M8.4 2.7c1.2-.4 2.4-.7 3.7-.7 5.5 0 10 4.5 10 10 0 1.3-.2 2.5-.7 3.6" />
|
||||
<path d="M19.1 19.1C17.3 20.9 14.8 22 12 22 6.5 22 2 17.5 2 12c0-2.7 1.2-5.2 3-7" />
|
||||
<path d="M8.35 2.69A10 10 0 0 1 21.3 15.65" />
|
||||
<path d="M19.08 19.08A10 10 0 1 1 4.92 4.92" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 333 B |
14
icons/key-round.json
Normal file
14
icons/key-round.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"password",
|
||||
"login",
|
||||
"authentication",
|
||||
"secure",
|
||||
"unlock"
|
||||
],
|
||||
"categories": [
|
||||
"security",
|
||||
"account"
|
||||
]
|
||||
}
|
||||
14
icons/key-round.svg
Normal file
14
icons/key-round.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<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="M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z" />
|
||||
<circle cx="16.5" cy="7.5" r=".5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 322 B |
15
icons/key-square.json
Normal file
15
icons/key-square.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"password",
|
||||
"login",
|
||||
"authentication",
|
||||
"secure",
|
||||
"unlock",
|
||||
"car key"
|
||||
],
|
||||
"categories": [
|
||||
"security",
|
||||
"account"
|
||||
]
|
||||
}
|
||||
15
icons/key-square.svg
Normal file
15
icons/key-square.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<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="M12.4 2.7c.9-.9 2.5-.9 3.4 0l5.5 5.5c.9.9.9 2.5 0 3.4l-3.7 3.7c-.9.9-2.5.9-3.4 0L8.7 9.8c-.9-.9-.9-2.5 0-3.4Z" />
|
||||
<path d="m14 7 3 3" />
|
||||
<path d="M9.4 10.6 2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 423 B |
@@ -11,7 +11,11 @@
|
||||
"password",
|
||||
"login",
|
||||
"authentication",
|
||||
"secure"
|
||||
"secure",
|
||||
"unlock",
|
||||
"keychain",
|
||||
"key ring",
|
||||
"fob"
|
||||
],
|
||||
"categories": [
|
||||
"security",
|
||||
|
||||
Reference in New Issue
Block a user