{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPound/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPound: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pound, currency, money, coin, GBP\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10.5959 9.38889C10.5959 8.37195 11.46 7.5 12.5856 7.5C13.1358 7.5 13.6285 7.71089 13.9861 8.0473C14.2877 8.33115 14.7624 8.3167 15.0462 8.01503C15.3301 7.71336 15.3156 7.23871 15.0139 6.95486C14.3837 6.36188 13.5254 6 12.5856 6C10.6851 6 9.0959 7.49099 9.0959 9.38889C9.0959 10.1228 9.32537 10.7741 9.58373 11.2778H8.75C8.33579 11.2778 8 11.6136 8 12.0278C8 12.442 8.33579 12.7778 8.75 12.7778H9.8806L8.60171 15.9712C8.50916 16.2022 8.5373 16.4642 8.67681 16.6703C8.81632 16.8765 9.04903 17 9.29795 17H14.2295C14.6437 17 14.9795 16.6642 14.9795 16.25C14.9795 15.8358 14.6437 15.5 14.2295 15.5H10.4062L11.4964 12.7778H14.2295C14.6437 12.7778 14.9795 12.442 14.9795 12.0278C14.9795 11.6136 14.6437 11.2778 14.2295 11.2778H11.3641C11.2779 11.1705 11.17 11.0246 11.0623 10.849C10.8116 10.44 10.5959 9.92542 10.5959 9.38889Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPound;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAsjC,EAAtjC,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u6BAAu6B,KAAK,eAAc,CAAI,GAGhjC",
  "debugId": "94BECE03889A611064756E2164756E21",
  "names": []
}