mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 22:47:40 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d041a2b02a | ||
|
|
0253326b17 |
@@ -6,9 +6,14 @@
|
||||
],
|
||||
"tags": [
|
||||
"achievement",
|
||||
"badge"
|
||||
"badge",
|
||||
"rosette",
|
||||
"prize",
|
||||
"winner"
|
||||
],
|
||||
"categories": [
|
||||
"account"
|
||||
"account",
|
||||
"sports",
|
||||
"gaming"
|
||||
]
|
||||
}
|
||||
@@ -6,7 +6,10 @@
|
||||
"tags": [
|
||||
"award",
|
||||
"achievement",
|
||||
"badge"
|
||||
"badge",
|
||||
"rosette",
|
||||
"prize",
|
||||
"winner"
|
||||
],
|
||||
"categories": [
|
||||
"files"
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
"tags": [
|
||||
"award",
|
||||
"achievement",
|
||||
"badge"
|
||||
"badge",
|
||||
"rosette",
|
||||
"prize",
|
||||
"winner"
|
||||
],
|
||||
"categories": [
|
||||
"files"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"achievement"
|
||||
],
|
||||
"categories": [
|
||||
"sports"
|
||||
"sports",
|
||||
"gaming"
|
||||
]
|
||||
}
|
||||
15
icons/square-code.json
Normal file
15
icons/square-code.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"gist",
|
||||
"source",
|
||||
"programming",
|
||||
"html",
|
||||
"xml",
|
||||
"coding"
|
||||
],
|
||||
"categories": [
|
||||
"text",
|
||||
"development"
|
||||
]
|
||||
}
|
||||
15
icons/square-code.svg
Normal file
15
icons/square-code.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"
|
||||
>
|
||||
<rect width="18" height="18" x="3" y="3" rx="2" />
|
||||
<path d="m10 10-2 2 2 2" />
|
||||
<path d="m14 14 2-2-2-2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 321 B |
17
icons/square-dashed-bottom-code.json
Normal file
17
icons/square-dashed-bottom-code.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"rectangle",
|
||||
"aspect ratio",
|
||||
"1:1",
|
||||
"shape",
|
||||
"snippet",
|
||||
"code",
|
||||
"coding"
|
||||
],
|
||||
"categories": [
|
||||
"shapes",
|
||||
"development",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
17
icons/square-dashed-bottom-code.svg
Normal file
17
icons/square-dashed-bottom-code.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="m10 10-2 2 2 2" />
|
||||
<path d="m14 14 2-2-2-2" />
|
||||
<path d="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" />
|
||||
<path d="M9 21h1" />
|
||||
<path d="M14 21h1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 400 B |
17
icons/square-dashed-bottom.json
Normal file
17
icons/square-dashed-bottom.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"rectangle",
|
||||
"aspect ratio",
|
||||
"1:1",
|
||||
"shape",
|
||||
"snippet",
|
||||
"code",
|
||||
"coding"
|
||||
],
|
||||
"categories": [
|
||||
"shapes",
|
||||
"development",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
15
icons/square-dashed-bottom.svg
Normal file
15
icons/square-dashed-bottom.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="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" />
|
||||
<path d="M9 21h1" />
|
||||
<path d="M14 21h1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 340 B |
Reference in New Issue
Block a user