import React from "react"; import { Icon } from '@types'; const ChevronLeft: Icon = ({ fill }) => ( ); export default ChevronLeft;