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