mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 23:19:23 +01:00
10 lines
123 B
Svelte
10 lines
123 B
Svelte
<script>
|
|
import { RollerCoaster } from "@lucide/svelte";;
|
|
</script>
|
|
|
|
<RollerCoaster
|
|
:size="96"
|
|
absoluteStrokeWidth
|
|
/>
|
|
|