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