mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 14:37:42 +01:00
11 lines
159 B
Vue
11 lines
159 B
Vue
|
|
<script setup>
|
||
|
|
import { RollerCoaster } from "lucide-vue-next";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<RollerCoaster
|
||
|
|
:size="96"
|
||
|
|
absoluteStrokeWidth
|
||
|
|
/>
|
||
|
|
</template>
|