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