diff --git a/components/icons/ChevronRight.tsx b/components/icons/ChevronRight.tsx index d72b77a32..8da0122ca 100644 --- a/components/icons/ChevronRight.tsx +++ b/components/icons/ChevronRight.tsx @@ -1,4 +1,4 @@ -const ChevronUp = ({ ...props }) => { +const ChevronRight = ({ ...props }) => { return ( { ) } -export default ChevronUp +export default ChevronRight