From 2d1c5a30c3c7055e3518d630eb9a1f85aa7709c3 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Mon, 10 Oct 2022 02:40:18 +0330 Subject: [PATCH] add search icon --- src/components/Icon/Icon.tsx | 7 +++++++ static/icons/search.svg | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 static/icons/search.svg diff --git a/src/components/Icon/Icon.tsx b/src/components/Icon/Icon.tsx index 037f17e..f81ea21 100644 --- a/src/components/Icon/Icon.tsx +++ b/src/components/Icon/Icon.tsx @@ -15,6 +15,7 @@ import LinkedinSvg from '@site/static/icons/linkedin.svg' import DiscourseSvg from '@site/static/icons/discourse.svg' import TelegramSvg from '@site/static/icons/telegram.svg' import StatusSvg from '@site/static/icons/status.svg' +import SearchSvg from '@site/static/icons/search.svg' type TIconProps = { size?: 's' | 'm' | 'l' @@ -113,3 +114,9 @@ export const IconFolderFilled = (props: TIconProps): JSX.Element => ( ) + +export const IconSearch = (props: TIconProps): JSX.Element => ( + + + +) diff --git a/static/icons/search.svg b/static/icons/search.svg new file mode 100644 index 0000000..c92d829 --- /dev/null +++ b/static/icons/search.svg @@ -0,0 +1,10 @@ + + + + + + + + + +