import * as React from "react"; function ChevronLeftIcon(props: React.SVGProps) { return ; } export default ChevronLeftIcon;