more disclosure settings structuring

This commit is contained in:
Prospector
2026-08-01 19:11:18 -07:00
parent d5e005adb3
commit 77e86127db
7 changed files with 504 additions and 25 deletions
+2
View File
@@ -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
+19
View File
@@ -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