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