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