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