{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconExposure2/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 IconExposure2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"exposure-2, macro, flower\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.5315 2.16435C11.8054 1.94522 12.1946 1.94522 12.4685 2.16435L14.7522 3.99133L16.9715 3.10364C17.2025 3.01122 17.4644 3.03943 17.6705 3.17895C17.8766 3.31847 18 3.55113 18 3.8V8C18 11.0597 15.7097 13.5845 12.75 13.9536V16.4648C13.829 15.2589 15.3973 14.5 17.1429 14.5C17.4522 14.5 17.7566 14.5239 18.0539 14.5701C18.3766 14.6202 18.6298 14.8734 18.6799 15.1961C18.7261 15.4934 18.75 15.7978 18.75 16.1071C18.75 19.3617 16.1117 22 12.8571 22C12.6432 22 12.4317 21.9886 12.2232 21.9662C12.1527 21.9882 12.0777 22 12 22C11.9223 22 11.8473 21.9882 11.7768 21.9662C11.5683 21.9886 11.3568 22 11.1429 22C7.88832 22 5.25 19.3617 5.25 16.1071C5.25 15.7978 5.27391 15.4934 5.32011 15.1961C5.37024 14.8734 5.6234 14.6202 5.94608 14.5701C6.24344 14.5239 6.54775 14.5 6.85714 14.5C8.60268 14.5 10.171 15.2589 11.25 16.4648V13.9536C8.29027 13.5845 6 11.0597 6 8V3.8C6 3.55113 6.12345 3.31847 6.32953 3.17895C6.53561 3.03943 6.79747 3.01122 7.02854 3.10364L9.24776 3.99133L11.5315 2.16435ZM6.85714 16C9.28325 16 11.25 17.9667 11.25 20.3929C11.25 20.4283 11.2496 20.4636 11.2488 20.4988C11.2136 20.4996 11.1783 20.5 11.1429 20.5C8.71675 20.5 6.75 18.5333 6.75 16.1071C6.75 16.0717 6.75042 16.0364 6.75125 16.0012C6.78644 16.0004 6.82173 16 6.85714 16ZM12.7512 20.4988C12.7504 20.4636 12.75 20.4283 12.75 20.3929C12.75 17.9667 14.7167 16 17.1429 16C17.1783 16 17.2136 16.0004 17.2488 16.0012C17.2496 16.0364 17.25 16.0717 17.25 16.1071C17.25 18.5333 15.2833 20.5 12.8571 20.5C12.8217 20.5 12.7864 20.4996 12.7512 20.4988Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconExposure2;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA8mD,EAA9mD,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u+CAAu+C,KAAK,eAAc,CAAI,GAGxmD",
  "debugId": "096EC1DD4E3BC12964756E2164756E21",
  "names": []
}