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