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