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