import * as React from 'react'; export interface Cheque-364Props extends React.SVGProps { ariaLabel?: string } export default function Cheque-364({ ariaLabel, ...props }: Cheque-364Props) { return ( ); }