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