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