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