import React from "react"; import SvgIcon from "./base"; function ArrowLeft({ className = "" }) { return ( ); } export default ArrowLeft;