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