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