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