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