24 lines
1.4 KiB
TypeScript
24 lines
1.4 KiB
TypeScript
// https://tabler.io/icons
|
|
|
|
// OUTLINED
|
|
export { default as IconArrowLeft } from './outlined/arrow-left.svg?react';
|
|
export { default as IconHomeOutline } from './outlined/home.svg?react';
|
|
export { default as IconUserOutline } from './outlined/user.svg?react';
|
|
export { default as IconCalendarStats } from './outlined/calendar-stats.svg?react';
|
|
export { default as IconDeviceDesktopAnalytics } from './outlined/device-desktop-analytics.svg?react';
|
|
export { default as IconFingerprint } from './outlined/fingerprint.svg?react';
|
|
export { default as IconGauge } from './outlined/gauge.svg?react';
|
|
export { default as IconHome2 } from './outlined/home-2.svg?react';
|
|
export { default as IconSettings } from './outlined/settings.svg?react';
|
|
export { default as IconArrowBarLeft } from './outlined/arrow-bar-left.svg?react';
|
|
export { default as IconArrowBarRight } from './outlined/arrow-bar-right.svg?react';
|
|
export { default as IconCheck } from './outlined/check.svg?react';
|
|
export { default as CameraPlus } from './outlined/camera-plus.svg?react';
|
|
export { default as Flask } from './outlined/flask.svg?react';
|
|
export { default as Users } from './outlined/users.svg?react';
|
|
export { default as IconNotebook } from './outlined/notebook.svg?react';
|
|
|
|
// FILLED
|
|
export { default as IconHomeFilled } from './filled/home.svg?react';
|
|
export { default as IconUserFilled } from './filled/user.svg?react';
|