import React from 'react'; const ChevronLeft = ({ className, title, }: { className?: string; title?: string; }) => ( ); export default ChevronLeft;