import * as React from "react"; import { SVGProps } from "react"; const SvgBorderLeftVariant = (props: SVGProps) => ( ); export default SvgBorderLeftVariant;