9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
---
|
|
import { Icon } from "astro-icon/components";
|
|
import ComponentLayout from "../layouts/ComponentLayout.astro";
|
|
---
|
|
|
|
<ComponentLayout>
|
|
<Icon name="lets-icons:chart-alt-duotone-line" size="xl" />
|
|
</ComponentLayout>
|