mirror of
https://github.com/vercel/commerce.git
synced 2025-07-08 05:41:22 +00:00
✨ feat: Icon ArrowUp
This commit is contained in:
parent
6d1d8b982a
commit
585f6a9c9b
10
src/components/icons/IconArrowUp.tsx
Normal file
10
src/components/icons/IconArrowUp.tsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
const ArrowUp = () => {
|
||||||
|
|
||||||
|
return (
|
||||||
|
<svg style={{margin:"auto", fontWeight: "bold"}} xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#141414" className="bi bi-chevron-up" viewBox="0 0 16 16">
|
||||||
|
<path stroke="#141414" stroke-width="1" fillRule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/>
|
||||||
|
</svg>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default ArrowUp
|
Loading…
x
Reference in New Issue
Block a user