Files
nova-design-system/src/components/Icons/index.ts
T

6 lines
374 B
TypeScript
Raw Normal View History

export { default as Arrow2Icon } from './Arrow2/Arrow2.astro';
export { default as ProfileIcon } from './profile/profile.astro';
export { default as ShareIcon } from './share/share.astro';
export { default as SearchIcon } from './search/search.astro';
export { default as CloseIcon } from './close/close.astro';
export { default as UploadIcon } from './upload/upload.astro';