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