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