mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 20:39:22 +01:00
9 lines
131 B
Svelte
9 lines
131 B
Svelte
<script>
|
|
import { ThumbsUp } from "@lucide/svelte";
|
|
</script>
|
|
|
|
<button :style="{ color: '#fff' }">
|
|
<ThumbsUp />
|
|
Like
|
|
</button>
|