import type { SVGProps } from 'react'; const SvgMoney = (props: SVGProps) => ( ); export default SvgMoney;