From 8f0869d83e4999683467846f60eeaebbd10a75ee Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 7 Oct 2022 19:50:24 +0330 Subject: [PATCH] update light mode icon. --- src/theme/Icon/LightMode/index.tsx | 7 +++++++ static/icons/day.svg | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 src/theme/Icon/LightMode/index.tsx create mode 100644 static/icons/day.svg diff --git a/src/theme/Icon/LightMode/index.tsx b/src/theme/Icon/LightMode/index.tsx new file mode 100644 index 0000000..da7fb65 --- /dev/null +++ b/src/theme/Icon/LightMode/index.tsx @@ -0,0 +1,7 @@ +import React from 'react' +import type { Props } from '@theme/Icon/LightMode' +import Icon from '@site/static/icons/day.svg' + +export default function IconLightMode(props: Props): JSX.Element { + return +} diff --git a/static/icons/day.svg b/static/icons/day.svg new file mode 100644 index 0000000..62fa63f --- /dev/null +++ b/static/icons/day.svg @@ -0,0 +1,3 @@ + + +