diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-10-16 21:23:42 +0200 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-10-16 21:23:42 +0200 |
commit | 11fd60da81dd78f5fb99bc061078e1b13bbe082a (patch) | |
tree | 48c44587ac728b23c1557f770c1661f43cb492d3 /apps/website/src/components/icons/impl/chevron-down.svg | |
parent | 33197b013f3c643d6c6dada41470459d2f90b4c0 (diff) | |
download | Nexus-11fd60da81dd78f5fb99bc061078e1b13bbe082a.tar.gz Nexus-11fd60da81dd78f5fb99bc061078e1b13bbe082a.tar.bz2 Nexus-11fd60da81dd78f5fb99bc061078e1b13bbe082a.zip |
Button + Section component, new Icon component + new colors
Diffstat (limited to 'apps/website/src/components/icons/impl/chevron-down.svg')
-rw-r--r-- | apps/website/src/components/icons/impl/chevron-down.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/website/src/components/icons/impl/chevron-down.svg b/apps/website/src/components/icons/impl/chevron-down.svg new file mode 100644 index 0000000..910a0b5 --- /dev/null +++ b/apps/website/src/components/icons/impl/chevron-down.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> + <path d="M4 6L8 10L12 6" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> +</svg> |