mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Progress check-in.
This commit is contained in:
parent
30274a07fd
commit
54d5af5cbb
35 changed files with 540 additions and 405 deletions
35
components/icons.ts
Normal file
35
components/icons.ts
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
import { Icons } from 'react-basics';
|
||||
import AddUser from 'assets/add-user.svg';
|
||||
import Bolt from 'assets/bolt.svg';
|
||||
import Calendar from 'assets/calendar.svg';
|
||||
import Clock from 'assets/clock.svg';
|
||||
import Dashboard from 'assets/dashboard.svg';
|
||||
import Gear from 'assets/gear.svg';
|
||||
import Globe from 'assets/globe.svg';
|
||||
import Lock from 'assets/lock.svg';
|
||||
import Logo from 'assets/logo.svg';
|
||||
import Moon from 'assets/moon.svg';
|
||||
import Profile from 'assets/profile.svg';
|
||||
import Sun from 'assets/sun.svg';
|
||||
import User from 'assets/user.svg';
|
||||
import Users from 'assets/users.svg';
|
||||
|
||||
const icons = {
|
||||
...Icons,
|
||||
AddUser,
|
||||
Bolt,
|
||||
Calendar,
|
||||
Clock,
|
||||
Dashboard,
|
||||
Gear,
|
||||
Globe,
|
||||
Lock,
|
||||
Logo,
|
||||
Moon,
|
||||
Profile,
|
||||
Sun,
|
||||
User,
|
||||
Users,
|
||||
};
|
||||
|
||||
export default icons;
|
||||
Loading…
Add table
Add a link
Reference in a new issue