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