import { createIcon } from '../lib/create-icon' const SvgChevronsLeftIcon = createIcon(props => { return ( ) }) export default SvgChevronsLeftIcon