mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
more disclosure settings structuring
This commit is contained in:
@@ -176,6 +176,7 @@ import _ListBulletedIcon from './icons/list-bulleted.svg?component'
|
||||
import _ListEndIcon from './icons/list-end.svg?component'
|
||||
import _ListFilterIcon from './icons/list-filter.svg?component'
|
||||
import _ListOrderedIcon from './icons/list-ordered.svg?component'
|
||||
import _ListPlusIcon from './icons/list-plus.svg?component'
|
||||
import _LoaderIcon from './icons/loader.svg?component'
|
||||
import _LoaderCircleIcon from './icons/loader-circle.svg?component'
|
||||
import _LockIcon from './icons/lock.svg?component'
|
||||
@@ -612,6 +613,7 @@ export const ListBulletedIcon = _ListBulletedIcon
|
||||
export const ListEndIcon = _ListEndIcon
|
||||
export const ListFilterIcon = _ListFilterIcon
|
||||
export const ListOrderedIcon = _ListOrderedIcon
|
||||
export const ListPlusIcon = _ListPlusIcon
|
||||
export const LoaderIcon = _LoaderIcon
|
||||
export const LoaderCircleIcon = _LoaderCircleIcon
|
||||
export const LockIcon = _LockIcon
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<!-- @license lucide-static v0.562.0 - ISC -->
|
||||
<svg
|
||||
class="lucide lucide-list-plus"
|
||||
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 5H3" />
|
||||
<path d="M11 12H3" />
|
||||
<path d="M16 19H3" />
|
||||
<path d="M18 9v6" />
|
||||
<path d="M21 12h-6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 408 B |
Reference in New Issue
Block a user