Files
Practical_Training_Assignment/web/src/assets/Icons/index.ts
2025-06-29 08:32:17 +08:00

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";