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

26 lines
1.6 KiB
TypeScript
Raw Normal View History

2026-05-15 20:59:28 +02:00
export { default as Arrow2Icon } from './Arrow2/Arrow2.astro';
export { default as BinIcon } from './bin/bin.astro';
export { default as BurgerIcon } from './burger/burger.astro';
export { default as CalendarIcon } from './calendar/calendar.astro';
export { default as CheckIcon } from './check/check.astro';
export { default as CloseIcon } from './close/close.astro';
export { default as CodeIcon } from './code/code.astro';
export { default as CubeIcon } from './cube/cube.astro';
export { default as DownloadIcon } from './download/download.astro';
export { default as FilterIcon } from './filter/filter.astro';
export { default as HelpIcon } from './help/help.astro';
export { default as HomeIcon } from './home/home.astro';
export { default as LinkIcon } from './link/link.astro';
export { default as MinusIcon } from './minus/minus.astro';
export { default as MoreIcon } from './more/more.astro';
export { default as OverviewIcon } from './overview/overview.astro';
export { default as PlusIcon } from './plus/plus.astro';
export { default as ProfileIcon } from './profile/profile.astro';
export { default as SearchIcon } from './search/search.astro';
export { default as SettingsIcon } from './settings/settings.astro';
export { default as ShareIcon } from './share/share.astro';
export { default as ShieldIcon } from './shield/shield.astro';
export { default as SortIcon } from './sort/sort.astro';
export { default as StatsIcon } from './stats/stats.astro';
export { default as UploadIcon } from './upload/upload.astro';