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