mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:37:43 +01:00
fix(icons): changed expand icon (#2677)
* Updated icons/expand.svg * Updated icons/expand.json
This commit is contained in:
@@ -2,13 +2,18 @@
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"mittalyashu",
|
||||
"ericfennis"
|
||||
"ericfennis",
|
||||
"jguddas"
|
||||
],
|
||||
"tags": [
|
||||
"scale",
|
||||
"fullscreen"
|
||||
"fullscreen",
|
||||
"maximize",
|
||||
"minimize",
|
||||
"contract"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
"text",
|
||||
"arrows"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,8 +9,12 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="m21 21-6-6m6 6v-4.8m0 4.8h-4.8" />
|
||||
<path d="M3 16.2V21m0 0h4.8M3 21l6-6" />
|
||||
<path d="M21 7.8V3m0 0h-4.8M21 3l-6 6" />
|
||||
<path d="M3 7.8V3m0 0h4.8M3 3l6 6" />
|
||||
<path d="m15 15 6 6" />
|
||||
<path d="m15 9 6-6" />
|
||||
<path d="M21 16.2V21h-4.8" />
|
||||
<path d="M21 7.8V3h-4.8" />
|
||||
<path d="M3 16.2V21h4.8" />
|
||||
<path d="m3 21 6-6" />
|
||||
<path d="M3 7.8V3h4.8" />
|
||||
<path d="M9 9 3 3" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 428 B |
Reference in New Issue
Block a user