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