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