mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-24 01:49:21 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07fc4da6fa |
19
icons/scroll-text.json
Normal file
19
icons/scroll-text.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"tags": [
|
||||||
|
"paper",
|
||||||
|
"log",
|
||||||
|
"scripture",
|
||||||
|
"document",
|
||||||
|
"parchment",
|
||||||
|
"list",
|
||||||
|
"long",
|
||||||
|
"script",
|
||||||
|
"code"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"gaming",
|
||||||
|
"development",
|
||||||
|
"text"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/scroll-text.svg
Normal file
16
icons/scroll-text.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="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
|
||||||
|
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
||||||
|
<path d="M15 8h-5" />
|
||||||
|
<path d="M15 12h-5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 377 B |
@@ -5,10 +5,15 @@
|
|||||||
"log",
|
"log",
|
||||||
"scripture",
|
"scripture",
|
||||||
"document",
|
"document",
|
||||||
"parchment"
|
"parchment",
|
||||||
|
"list",
|
||||||
|
"long",
|
||||||
|
"script",
|
||||||
|
"code"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"gaming",
|
"gaming",
|
||||||
"development"
|
"development",
|
||||||
|
"text"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -9,8 +9,6 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M10 17v2a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v3h3" />
|
<path d="M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4" />
|
||||||
<path d="M22 17v2a2 2 0 0 1-2 2H8" />
|
|
||||||
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
<path d="M19 17V5a2 2 0 0 0-2-2H4" />
|
||||||
<path d="M22 17H10" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 328 B |
Reference in New Issue
Block a user