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