UNPKG

@navinc/base-react-components

Version:
5 lines (4 loc) 145 B
import type { FC } from 'react'; import { JSX } from 'react'; declare const CashFlow: FC<JSX.IntrinsicElements['svg']>; export default CashFlow;