mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 21:19:22 +01:00
16 lines
203 B
Svelte
16 lines
203 B
Svelte
<script>
|
|
import { Scan, User } from "@lucide/svelte";
|
|
</script>
|
|
|
|
<div class="app">
|
|
<Scan size="48">
|
|
<User
|
|
size="12"
|
|
x="6"
|
|
y="6"
|
|
absoluteStrokeWidth
|
|
/>
|
|
</Scan>
|
|
</div>
|
|
|