7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
---
|
|
import { Icon } from 'astro-icon/components';
|
|
import ButtonLight from "./control/Button.astro";
|
|
---
|
|
<ButtonLight class="fill-black">
|
|
<Icon name="material-symbols:nightlight-badge-outline" class="w-6 h-6"/>
|
|
</ButtonLight> |