mirror of
https://github.com/ershisan99/next-storybook.git
synced 2026-02-04 12:35:20 +00:00
initial commit
This commit is contained in:
17
src/assets/icons/chevron-down/index.tsx
Normal file
17
src/assets/icons/chevron-down/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
export const ChevronDown = () => {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
||||
<g clipPath="url(#a)">
|
||||
<path
|
||||
fill="#BDC1C7"
|
||||
d="M5.51 9.46a1 1 0 0 1 1.64-.77l5.36 4.48 5.37-4.32A1 1 0 0 1 19.3 9a1 1 0 0 1-.15 1.46l-6 4.83a1 1 0 0 1-1.27 0l-6-5a1 1 0 0 1-.36-.83Z"
|
||||
/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#fff" d="M0 0h24v24H0z" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user