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