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