mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 02:49:22 +01:00
19 lines
260 B
Svelte
19 lines
260 B
Svelte
<script>
|
|
import { File } from "@lucide/svelte";
|
|
</script>
|
|
|
|
<div class="app">
|
|
<File size="48">
|
|
<text
|
|
x="7.5"
|
|
y="19"
|
|
font-size="8"
|
|
font-family="Verdana,sans-serif"
|
|
stroke-width="1"
|
|
>
|
|
JS
|
|
</text>
|
|
</File>
|
|
</div>
|
|
|