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