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