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