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