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