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