import * as React from "react" const ChevronUp = ({ className, title, }: { className?: string; title?: string; }) => ( ) export default ChevronUp