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