mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 05:51:23 +00:00
@@ -1,4 +1,4 @@
|
|||||||
const ChevronUp = ({ ...props }) => {
|
const ChevronRight = ({ ...props }) => {
|
||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
@@ -17,4 +17,4 @@ const ChevronUp = ({ ...props }) => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default ChevronUp
|
export default ChevronRight
|
||||||
|
Reference in New Issue
Block a user