aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/index.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-05 12:00:43 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-05 12:00:43 +0100
commit0a954547b2bb8136c97f3a697274319751e046ed (patch)
treec45e59bebc2b3fdebec8be4f5778ddf5cb6ce2f4 /src/components/Icons/index.tsx
parent71d133bb1c73031abbf4869bdd938e583b397773 (diff)
chore: replace theme button with settings
I plan to add more user settings so theme options should be inside settings.
Diffstat (limited to 'src/components/Icons/index.tsx')
-rw-r--r--src/components/Icons/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Icons/index.tsx b/src/components/Icons/index.tsx
index 1594775..eae50a5 100644
--- a/src/components/Icons/index.tsx
+++ b/src/components/Icons/index.tsx
@@ -1,6 +1,7 @@
import ArrowIcon from './Arrow/Arrow';
import BlogIcon from './Blog/Blog';
import CloseIcon from './Close/Close';
+import CogIcon from './Cog/Cog';
import ContactIcon from './Contact/Contact';
import CVIcon from './CV/CV';
import HamburgerIcon from './Hamburger/Hamburger';
@@ -8,12 +9,12 @@ import HomeIcon from './Home/Home';
import MoonIcon from './Moon/Moon';
import SearchIcon from './Search/Search';
import SunIcon from './Sun/Sun';
-import ThemeIcon from './Theme/Theme';
export {
ArrowIcon,
BlogIcon,
CloseIcon,
+ CogIcon,
ContactIcon,
CVIcon,
HamburgerIcon,
@@ -21,5 +22,4 @@ export {
MoonIcon,
SearchIcon,
SunIcon,
- ThemeIcon,
};