5 lines
370 B
TypeScript
5 lines
370 B
TypeScript
export { default as ExclamationTriangleIcon } from "./svg/heroicons/ExclamationTriangleIcon.svg?component";
|
|
export { default as microphone } from "./svg/heroicons/MicrophoneIcon.svg?component";
|
|
export { default as PaperAirplaneIcon } from "./svg/heroicons/PaperAirplaneIcon.svg?component";
|
|
export { default as TrashIcon } from "./svg/heroicons/TrashIcon.svg?component";
|