diff options
author | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-11 13:53:08 +0000 |
---|---|---|
committer | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-11 13:53:08 +0000 |
commit | e6ca789c7873a77ddf070313452fdafdeeb603ef (patch) | |
tree | 29655fca0f2f9683049b445f86857d02162c2f55 /public | |
parent | 195270415c4ab5bb6fd985a9bc848a42099af871 (diff) |
styling
Diffstat (limited to 'public')
-rw-r--r-- | public/images/polygon.svg | 2 | ||||
-rw-r--r-- | public/images/searchicon.svg | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/public/images/polygon.svg b/public/images/polygon.svg index e58ec6f..675404a 100644 --- a/public/images/polygon.svg +++ b/public/images/polygon.svg @@ -1,3 +1 @@ - - <svg width="30px" height="30px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 3.456L12 9.28V9H9v.433l-5-3.31V4H1v3h1v13H1v3h3v-1h16v1h3v-3h-1V4h1V1h-3zM10 10h1v1h-1zM2 5h1v1H2zm0 17v-1h1v1zm20 0h-1v-1h1zm-1-2h-1v1H4v-1H3V7h.512L9 10.632V12h3v-1.483L20.952 4H21zm1-18v1h-1V2z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
\ No newline at end of file diff --git a/public/images/searchicon.svg b/public/images/searchicon.svg new file mode 100644 index 0000000..216991b --- /dev/null +++ b/public/images/searchicon.svg @@ -0,0 +1,12 @@ +<svg fill="#E5E5E5" height="15px" width="15px" viewBox="0 0 488.4 488.4"> + <g> + <g> + <path + d="M0,203.25c0,112.1,91.2,203.2,203.2,203.2c51.6,0,98.8-19.4,134.7-51.2l129.5,129.5c2.4,2.4,5.5,3.6,8.7,3.6 + s6.3-1.2,8.7-3.6c4.8-4.8,4.8-12.5,0-17.3l-129.6-129.5c31.8-35.9,51.2-83,51.2-134.7c0-112.1-91.2-203.2-203.2-203.2 + S0,91.15,0,203.25z M381.9,203.25c0,98.5-80.2,178.7-178.7,178.7s-178.7-80.2-178.7-178.7s80.2-178.7,178.7-178.7 + S381.9,104.65,381.9,203.25z" + /> + </g> + </g> +</svg>
\ No newline at end of file |