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