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