`IndentDecrease`, `IndentIncrease`, `ListCollapse` missing
### Describe the bug
`svelte-lucide` only exports the icon `Indent.svelte`, which is `IndentDecrease`. The naming here is wrong.
It would be nice if both icons were available, with the correct names, as specified in the [docs](https://svelte-lucide.codewithshin.com/icons)
Other missing icons that I could find are:
- ListCollapse
### Reproduction
Try importing
```
import IndentDecrease from 'svelte-lucide/IndentDecrease.svelte';
```
You'll get error:
```
Cannot find module 'svelte-lucide/IndentDecrease.svelte' or its corresponding type declarations.ts(2307)
```
### Version and System Info
```shell
System:
OS: macOS 13.6.7
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 41.58 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.13.1 - ~/Library/Caches/fnm_multishells/40606_1720464939652/bin/node
npm: 10.5.2 - ~/Library/Caches/fnm_multishells/40606_1720464939652/bin/npm
pnpm: 9.5.0 - ~/Library/Caches/fnm_multishells/40606_1720464939652/bin/pnpm
bun: 1.1.18 - ~/Library/pnpm/bun
Watchman: 2024.03.18.00 - /usr/local/bin/watchman
Browsers:
Chrome: 126.0.6478.127
Safari: 17.5
npmPackages:
@sveltejs/kit: ^2.0.0 => 2.5.18
svelte: ^4.2.7 => 4.2.18
svelte-lucide: ^1.0.5 => 1.0.5
vite: ^5.0.3 => 5.3.3
```
关闭于 2024-07-09 1 条评论