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