update light mode icon.

This commit is contained in:
Hossein Mehrabi
2022-10-07 19:50:24 +03:30
parent 20c54a5cb5
commit 8f0869d83e
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -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 <Icon {...props} />
}
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.1 KiB