More websites, better licenses with TOML, more minute improvements
This commit is contained in:
parent
5559cea720
commit
92123a305d
26 changed files with 414 additions and 138 deletions
11
src/components/icons/index.ts
Normal file
11
src/components/icons/index.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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 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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue