badmanners.xyz/src/components/icons/index.ts
2024-08-31 18:58:44 -03:00

12 lines
772 B
TypeScript

export { default as IconArrowUpRightFromSquare } from "./IconArrowUpRightFromSquare.astro";
export { default as IconBriefcase } from "./IconBriefcase.astro";
export { default as IconCommentDots } from "./IconCommentDots.astro";
export { default as IconEnvelope } from "./IconEnvelope.astro";
export { default as IconKey } from "./IconKey.astro";
export { default as IconLink } from "./IconLink.astro";
export { default as IconMoon } from "./IconMoon.astro";
export { default as IconSquareRSS } from "./IconSquareRSS.astro";
export { default as IconSSH } from "./IconSSH.astro";
export { default as IconSun } from "./IconSun.astro";
export { default as IconTriangleExclamation } from "./IconTriangleExclamation.astro";
export { default as SVGIcon } from "./SVGIcon.astro";