diff options
Diffstat (limited to 'client/src/assets/images/header')
-rw-r--r-- | client/src/assets/images/header/menu.svg | 4 | ||||
-rw-r--r-- | client/src/assets/images/header/search.svg | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/client/src/assets/images/header/menu.svg b/client/src/assets/images/header/menu.svg deleted file mode 100644 index b8bb1b128..000000000 --- a/client/src/assets/images/header/menu.svg +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
2 | <defs/> | ||
3 | <path fill="none" fill-rule="evenodd" stroke="#333" d="M3.5 7c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5s-.2.5-.5.5H4a.5.5 0 01-.5-.5zm0 5c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5s-.2.5-.5.5H4a.5.5 0 01-.5-.5zm0 5c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5s-.2.5-.5.5H4a.5.5 0 01-.5-.5z"/> | ||
4 | </svg> | ||
diff --git a/client/src/assets/images/header/search.svg b/client/src/assets/images/header/search.svg deleted file mode 100644 index 55c851014..000000000 --- a/client/src/assets/images/header/search.svg +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> | ||
2 | <defs/> | ||
3 | <g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2"> | ||
4 | <circle cx="10" cy="10" r="7"/> | ||
5 | <path stroke-linecap="round" stroke-linejoin="round" d="M15 15l6 6"/> | ||
6 | </g> | ||
7 | </svg> | ||