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