mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 19:29:22 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
175b2cd483 |
17
icons/braces.json
Normal file
17
icons/braces.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"json",
|
||||||
|
"code",
|
||||||
|
"token",
|
||||||
|
"curly brackets",
|
||||||
|
"data"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"files"
|
||||||
|
],
|
||||||
|
"aliases": [
|
||||||
|
"curly-braces"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
@@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"json",
|
|
||||||
"code",
|
"code",
|
||||||
"token"
|
"token",
|
||||||
|
"array",
|
||||||
|
"list",
|
||||||
|
"square"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"development",
|
"development",
|
||||||
14
icons/brackets.svg
Normal file
14
icons/brackets.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="M16 3h3v18h-3" />
|
||||||
|
<path d="M8 21H5V3h3" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 264 B |
@@ -3,7 +3,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"code",
|
"code",
|
||||||
"json",
|
"json",
|
||||||
"curly braces"
|
"curly braces",
|
||||||
|
"curly brackets"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"files",
|
"files",
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"code",
|
"code",
|
||||||
"json",
|
"json",
|
||||||
"curly braces"
|
"curly braces",
|
||||||
|
"curly brackets"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"files",
|
"files",
|
||||||
|
|||||||
23
icons/parentheses.json
Normal file
23
icons/parentheses.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"code",
|
||||||
|
"token",
|
||||||
|
"parenthesis",
|
||||||
|
"parens",
|
||||||
|
"brackets",
|
||||||
|
"parameters",
|
||||||
|
"arguments",
|
||||||
|
"args",
|
||||||
|
"input",
|
||||||
|
"call",
|
||||||
|
"maths",
|
||||||
|
"formula",
|
||||||
|
"function"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"files",
|
||||||
|
"maths"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/parentheses.svg
Normal file
14
icons/parentheses.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="M8 21s-4-3-4-9 4-9 4-9" />
|
||||||
|
<path d="M16 3s4 3 4 9-4 9-4 9" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 283 B |
Reference in New Issue
Block a user