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