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