mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 05:19:23 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f35f45c7b3 | ||
|
|
c9a418dfc4 | ||
|
|
70be608a58 |
13
icons/folder-git-2.json
Normal file
13
icons/folder-git-2.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"root",
|
||||||
|
"project",
|
||||||
|
"git",
|
||||||
|
"repo"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/folder-git-2.svg
Normal file
16
icons/folder-git-2.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<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="M22 13V8a1.974 1.974 0 0 0-2-2h-7.9c-.3 0-.7-.1-.9-.2-.3-.2-.5-.4-.7-.7l-.9-1.2c-.2-.3-.4-.5-.7-.7-.3-.1-.6-.2-1-.2H4a1.974 1.974 0 0 0-2 2v13c0 1.1.9 2 2 2h5"/>
|
||||||
|
<circle cx="20" cy="19" r="2"/>
|
||||||
|
<circle cx="13" cy="12." r="2"/>
|
||||||
|
<path d="M18 19c-2.8 0-5-2.2-5-5v8"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 490 B |
13
icons/folder-git.json
Normal file
13
icons/folder-git.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"directory",
|
||||||
|
"root",
|
||||||
|
"project",
|
||||||
|
"git",
|
||||||
|
"repo"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/folder-git.svg
Normal file
16
icons/folder-git.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<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="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
||||||
|
<circle class="st0" cx="12" cy="13" r="2" />
|
||||||
|
<line class="st0" x1="6" y1="13" x2="10" y2="13" />
|
||||||
|
<line class="st0" x1="14" y1="13" x2="18" y2="13" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 502 B |
12
icons/message-square-dashed.json
Normal file
12
icons/message-square-dashed.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"comment",
|
||||||
|
"chat",
|
||||||
|
"conversation",
|
||||||
|
"draft"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"account"
|
||||||
|
]
|
||||||
|
}
|
||||||
20
icons/message-square-dashed.svg
Normal file
20
icons/message-square-dashed.svg
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<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="M3 6V5c0-1.1.9-2 2-2h2" />
|
||||||
|
<path d="M11 3h3" />
|
||||||
|
<path d="M18 3h1c1.1 0 2 .9 2 2" />
|
||||||
|
<path d="M21 9v2" />
|
||||||
|
<path d="M21 15c0 1.1-.9 2-2 2h-1" />
|
||||||
|
<path d="M14 17h-3" />
|
||||||
|
<path d="m7 17-4 4v-5" />
|
||||||
|
<path d="M3 12v-2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 447 B |
13
icons/message-square-plus.json
Normal file
13
icons/message-square-plus.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"comment",
|
||||||
|
"chat",
|
||||||
|
"conversation",
|
||||||
|
"add",
|
||||||
|
"feedback"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"account"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
icons/message-square-plus.svg
Normal file
15
icons/message-square-plus.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="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
|
||||||
|
<line x1="9" x2="15" y1="10" y2="10" />
|
||||||
|
<line x1="12" x2="12" y1="7" y2="13" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 369 B |
13
icons/messages-square.json
Normal file
13
icons/messages-square.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"comment",
|
||||||
|
"chat",
|
||||||
|
"conversation",
|
||||||
|
"copy",
|
||||||
|
"multiple"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"account"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
icons/messages-square.svg
Normal file
14
icons/messages-square.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="M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v5Z" />
|
||||||
|
<path d="M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 350 B |
@@ -2,7 +2,8 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"music",
|
"music",
|
||||||
"start"
|
"start",
|
||||||
|
"run"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"shapes",
|
"shapes",
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"music",
|
"music",
|
||||||
"start"
|
"start",
|
||||||
|
"run"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"arrows",
|
"arrows",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"undo",
|
"undo",
|
||||||
|
"rerun",
|
||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"undo",
|
"undo",
|
||||||
|
"rerun",
|
||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"arrows",
|
"arrows",
|
||||||
"rotate",
|
"rotate",
|
||||||
"reload",
|
"reload",
|
||||||
|
"rerun",
|
||||||
"synchronise",
|
"synchronise",
|
||||||
"synchronize",
|
"synchronize",
|
||||||
"circular",
|
"circular",
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"rotate",
|
"rotate",
|
||||||
"reload",
|
"reload",
|
||||||
|
"rerun",
|
||||||
"synchronise",
|
"synchronise",
|
||||||
"synchronize",
|
"synchronize",
|
||||||
"arrows",
|
"arrows",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"counter-clockwise",
|
"counter-clockwise",
|
||||||
"restart",
|
"restart",
|
||||||
"reload",
|
"reload",
|
||||||
|
"rerun",
|
||||||
"refresh",
|
"refresh",
|
||||||
"backup",
|
"backup",
|
||||||
"undo"
|
"undo"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"clockwise",
|
"clockwise",
|
||||||
"refresh",
|
"refresh",
|
||||||
"reload",
|
"reload",
|
||||||
|
"rerun",
|
||||||
"redo"
|
"redo"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"redo",
|
"redo",
|
||||||
|
"rerun",
|
||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"tags": [
|
"tags": [
|
||||||
"redo",
|
"redo",
|
||||||
|
"rerun",
|
||||||
"history"
|
"history"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|||||||
Reference in New Issue
Block a user