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