mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Add logo, settings and logout icons
This commit is contained in:
+18
-2
@@ -3,9 +3,25 @@ import { ReactComponent as Upload } from './icons/upload.svg';
|
||||
import { ReactComponent as ChevronDown } from './icons/chevron-down.svg';
|
||||
import { ReactComponent as Search } from './icons/search.svg';
|
||||
import { ReactComponent as Check } from './icons/check.svg';
|
||||
import { ReactComponent as Google } from './icons/google.svg';
|
||||
import { ReactComponent as Settings } from './icons/settings.svg';
|
||||
import { ReactComponent as Logout } from './icons/logout.svg';
|
||||
import { ReactComponent as Logo } from './icons/logo.svg';
|
||||
import { ReactComponent as Login } from './images/login.svg';
|
||||
import { ReactComponent as Signup } from './images/signup.svg';
|
||||
import { ReactComponent as Google } from './icons/google.svg';
|
||||
import { ReactComponent as Empty } from './images/empty.svg';
|
||||
|
||||
export { Add, Upload, ChevronDown, Search, Check, Logo, Login, Signup, Google };
|
||||
export {
|
||||
Add,
|
||||
Upload,
|
||||
ChevronDown,
|
||||
Search,
|
||||
Check,
|
||||
Google,
|
||||
Settings,
|
||||
Logout,
|
||||
Logo,
|
||||
Login,
|
||||
Signup,
|
||||
Empty,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user