diff options
Diffstat (limited to 'src/components/atoms/icons/index.ts')
| -rw-r--r-- | src/components/atoms/icons/index.ts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/atoms/icons/index.ts b/src/components/atoms/icons/index.ts new file mode 100644 index 0000000..1b413ba --- /dev/null +++ b/src/components/atoms/icons/index.ts @@ -0,0 +1,15 @@ +export * from './arrow'; +export * from './career'; +export * from './cc-by-sa'; +export * from './close'; +export * from './cog'; +export * from './computer-screen'; +export * from './envelop'; +export * from './feed'; +export * from './hamburger'; +export * from './home'; +export * from './magnifying-glass'; +export * from './moon'; +export * from './plus-minus'; +export * from './posts-stack'; +export * from './sun'; |
