|
|
|
|
@ -1,6 +1,28 @@
|
|
|
|
|
export { IconAddressBook } from './components/IconAddressBook';
|
|
|
|
|
export { IconComment } from './components/IconComment';
|
|
|
|
|
export { IconSidebarLeftCollapse } from './components/IconSidebarLeftCollapse';
|
|
|
|
|
export { IconSidebarRightCollapse } from './components/IconSidebarRightCollapse';
|
|
|
|
|
export { IconAward } from '@tabler/icons-react';
|
|
|
|
|
export { IconBuilding } from '@tabler/icons-react';
|
|
|
|
|
export { IconMessageCircle as IconComment } from '@tabler/icons-react';
|
|
|
|
|
export { IconCheck } from '@tabler/icons-react';
|
|
|
|
|
export { IconTrash } from '@tabler/icons-react';
|
|
|
|
|
export { IconLayoutSidebarRightCollapse } from '@tabler/icons-react';
|
|
|
|
|
export { IconLayoutSidebarLeftCollapse } from '@tabler/icons-react';
|
|
|
|
|
export { IconUser } from '@tabler/icons-react';
|
|
|
|
|
export { IconList } from '@tabler/icons-react';
|
|
|
|
|
export { IconInbox } from '@tabler/icons-react';
|
|
|
|
|
export { IconSearch } from '@tabler/icons-react';
|
|
|
|
|
export { IconSettings } from '@tabler/icons-react';
|
|
|
|
|
export { IconLogout } from '@tabler/icons-react';
|
|
|
|
|
export { IconColorSwatch } from '@tabler/icons-react';
|
|
|
|
|
export { IconX } from '@tabler/icons-react';
|
|
|
|
|
export { IconChevronLeft } from '@tabler/icons-react';
|
|
|
|
|
export { IconPlus } from '@tabler/icons-react';
|
|
|
|
|
export { IconLink } from '@tabler/icons-react';
|
|
|
|
|
export { IconSum } from '@tabler/icons-react';
|
|
|
|
|
export { IconCalendar } from '@tabler/icons-react';
|
|
|
|
|
export { IconMapPin } from '@tabler/icons-react';
|
|
|
|
|
export { IconMail } from '@tabler/icons-react';
|
|
|
|
|
export { IconPhone } from '@tabler/icons-react';
|
|
|
|
|
export { IconTarget } from '@tabler/icons-react';
|
|
|
|
|
export { IconChevronDown } from '@tabler/icons-react';
|
|
|
|
|
export { IconArrowNarrowDown } from '@tabler/icons-react';
|
|
|
|
|
export { IconArrowNarrowUp } from '@tabler/icons-react';
|
|
|
|
|
export { IconArrowRight } from '@tabler/icons-react';
|
|
|
|
|
|