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