{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCurrencyPounds/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 IconCurrencyPounds: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"currency-pounds, money\"><path d=\"M13.5 3C15.2887 3 16.8777 3.85446 17.8809 5.17383L18.0732 5.44336L18.126 5.53125C18.364 5.97873 18.229 6.54296 17.7988 6.83105C17.3687 7.11899 16.7958 7.02895 16.4727 6.63867L16.4111 6.55664L16.2881 6.38379C15.6474 5.54119 14.6368 5 13.5 5C11.567 5 10 6.567 10 8.5C10 9.08531 10.0791 9.93381 10.1611 11H14L14.1025 11.0049C14.6067 11.0562 15 11.4823 15 12C15 12.5177 14.6067 12.9438 14.1025 12.9951L14 13H10.2812C10.3114 13.7824 10.3191 14.5919 10.2695 15.376C10.1895 16.6419 9.96124 17.9554 9.38379 19H18L18.1025 19.0049C18.6067 19.0562 19 19.4823 19 20C19 20.5177 18.6067 20.9438 18.1025 20.9951L18 21H6C5.44772 21 5 20.5523 5 20C5 19.4823 5.39333 19.0562 5.89746 19.0049L6 19C6.79702 19 7.26106 18.6726 7.59961 18.0957C7.98243 17.4433 8.19681 16.461 8.27344 15.25C8.31936 14.5239 8.31051 13.7592 8.2793 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H8.1543C8.07899 10.0422 8 9.13309 8 8.5C8 5.46243 10.4624 3 13.5 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCurrencyPounds;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAigC,EAAjgC,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,m6BAAm6B,KAAK,eAAc,CAAI,GAG3/B",
  "debugId": "468D0B282474484E64756E2164756E21",
  "names": []
}