mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 01:47:41 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6196c261d3 |
18
icons/spell-check-2.json
Normal file
18
icons/spell-check-2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"spelling",
|
||||
"error",
|
||||
"mistake",
|
||||
"oversight",
|
||||
"typo",
|
||||
"correction",
|
||||
"code",
|
||||
"linter",
|
||||
"a"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
15
icons/spell-check-2.svg
Normal file
15
icons/spell-check-2.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="m6 16 6-12 6 12" />
|
||||
<path d="M8 12h8" />
|
||||
<path d="M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 403 B |
18
icons/spell-check.json
Normal file
18
icons/spell-check.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"spelling",
|
||||
"error",
|
||||
"mistake",
|
||||
"oversight",
|
||||
"typo",
|
||||
"correction",
|
||||
"code",
|
||||
"linter",
|
||||
"a"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
15
icons/spell-check.svg
Normal file
15
icons/spell-check.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="m6 16 6-12 6 12" />
|
||||
<path d="M8 12h8" />
|
||||
<path d="m16 20 2 2 4-4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 292 B |
Reference in New Issue
Block a user