UNPKG

@payfit/unity-illustrations

Version:

21 lines (20 loc) 707 B
import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type ReceivingPayWithBackgroundAsset = IllustrationAsset<BaseSvgAsset & { readonly name: 'ReceivingPayWithBackground'; }>; /** * ReceivingPayWithBackground illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import ReceivingPayWithBackground from '@payfit/unity-illustrations/assets/ReceivingPayWithBackground' * * <Illustration * illustration={ReceivingPayWithBackground} * alt="ReceivingPayWithBackground illustration" * size="md" * /> * ``` */ declare const ReceivingPayWithBackground: ReceivingPayWithBackgroundAsset; export default ReceivingPayWithBackground;