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