mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:58:22 +02:00
feat(lab): added chinese-character icon to lab (#4212)
* Added icons/chinese-character.svg * Added icons/chinese-character.json * Move to lab --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
15
lab/chinese-character.json
Normal file
15
lab/chinese-character.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"congemcd",
|
||||
"rrod497"
|
||||
],
|
||||
"tags": [
|
||||
"text",
|
||||
"language",
|
||||
"chinese"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
16
lab/chinese-character.svg
Normal file
16
lab/chinese-character.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="M11.5 2L12.5 5" />
|
||||
<path d="M4 15H20" />
|
||||
<path d="M4 8L4 7C4 5.89543 4.89543 5 6 5L18 5C19.1046 5 20 5.89543 20 7L20 8" />
|
||||
<path d="M8 9H15.5746C16.0472 9 16.256 9.59518 15.887 9.89043L13.1259 12.0993C12.4143 12.6686 12 13.5305 12 14.4419V20C12 21.1046 11.1046 22 10 22H9" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 501 B |
Reference in New Issue
Block a user