20173e9042
- Added new directories for Llms and Security components under src. - Moved existing files into their respective directories for better organization. - Updated file paths in imports to reflect the new structure. - Replaced favicon.svg with a new version and updated its import path in index.html. - Created a new LogoIcon component for the favicon with customizable colors. - Added main and submenu link data files for navigation. - Removed unused favicon.svg from public directory. - Updated theme colors for a refreshed UI look.
19 lines
1.1 KiB
TypeScript
19 lines
1.1 KiB
TypeScript
// 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';
|
|
|
|
|
|
// FILLED
|
|
export { default as IconHomeFilled } from './filled/home.svg?react';
|
|
export { default as IconUserFilled } from './filled/user.svg?react';
|