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