1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:18:28 -04:00

25 lines
1.3 KiB
TypeScript

export { default as BotIcon } from "./svg/bot.svg";
export { default as BulbOffIcon } from "./svg/bulb-off.svg";
export { default as BulbOnIcon } from "./svg/bulb-on.svg";
export { default as ContactIcon } from "./svg/contact.svg";
export { default as DateIcon } from "./svg/date.svg";
export { default as EditIcon } from "./svg/edit.svg";
export { default as FloppyIcon } from "./svg/floppy.svg";
export { default as HeartIcon } from "./svg/heart.svg";
export { default as HomeIcon } from "./svg/home.svg";
export { default as LaptopIcon } from "./svg/laptop.svg";
export { default as LicenseIcon } from "./svg/license.svg";
export { default as LockIcon } from "./svg/lock.svg";
export { default as MailIcon } from "./svg/mail.svg";
export { default as NextjsIcon } from "./svg/nextjs.svg";
export { default as NotesIcon } from "./svg/notes.svg";
export { default as PrivacyIcon } from "./svg/privacy.svg";
export { default as ProjectsIcon } from "./svg/projects.svg";
export { default as SendIcon } from "./svg/send.svg";
export { default as SirenIcon } from "./svg/siren.svg";
export { default as TagIcon } from "./svg/tag.svg";
export { default as TapeIcon } from "./svg/tape.svg";
export { default as ViewsIcon } from "./svg/views.svg";
export { default as WandIcon } from "./svg/wand.svg";
export { default as WaveIcon } from "./svg/wave.svg";