Split icons
This commit is contained in:
parent
4e3fcd7252
commit
f794ed7300
9 changed files with 115 additions and 90 deletions
7
frontend/src/components/ui/icons/index.ts
Normal file
7
frontend/src/components/ui/icons/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export { CloseIcon } from './CloseIcon';
|
||||
export { InfoIcon } from './InfoIcon';
|
||||
export { EyeIcon } from './EyeIcon';
|
||||
export { PlusIcon } from './PlusIcon';
|
||||
export { ChevronIcon } from './ChevronIcon';
|
||||
export { FilterIcon } from './FilterIcon';
|
||||
export { LightbulbIcon } from './LightbulbIcon';
|
||||
Loading…
Add table
Add a link
Reference in a new issue