mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-22 17:59:22 +01:00
7 lines
99 B
Svelte
7 lines
99 B
Svelte
|
|
<script >
|
||
|
|
import { FolderLock } from "@lucide/svelte";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<FolderLock :strokeWidth="1" />
|
||
|
|
|