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