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