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