mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 23:49:23 +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>
|