{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLightbulbSparkle/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 IconLightbulbSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"lightbulb-sparkle, idea, reasoning, think\"><path d=\"M16 18.999C15.9999 21.2087 14.2087 23 11.999 23C9.7893 23 7.99816 21.2087 7.99805 18.999V18.5H16V18.999ZM11.999 2C16.4177 2.00005 20 5.58224 20 10.001C20 12.5861 18.7732 14.8852 16.873 16.3467C16.596 16.5597 16.3042 16.7547 16 16.9307V17H7.99805V16.9307C7.69389 16.7547 7.402 16.5597 7.125 16.3467C5.22482 14.8853 3.99808 12.5861 3.99805 10.001C3.99805 5.58221 7.58026 2 11.999 2ZM12 6C11.7591 6 11.5426 6.1482 11.4561 6.37305L10.7598 8.18555C10.6582 8.44944 10.4494 8.65819 10.1855 8.75977L8.37305 9.45605C8.1482 9.5426 8 9.75906 8 10C8 10.2409 8.1482 10.4574 8.37305 10.5439L10.1855 11.2402C10.4494 11.3418 10.6582 11.5506 10.7598 11.8145L11.4561 13.627C11.5426 13.8518 11.7591 14 12 14C12.2409 14 12.4574 13.8518 12.5439 13.627L13.2402 11.8145C13.3418 11.5506 13.5506 11.3418 13.8145 11.2402L15.627 10.5439C15.8518 10.4574 16 10.2409 16 10C16 9.75906 15.8518 9.5426 15.627 9.45605L13.8145 8.75977C13.5506 8.65819 13.3418 8.44944 13.2402 8.18555L12.5439 6.37305C12.4574 6.1482 12.2409 6 12 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLightbulbSparkle;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAslC,EAAtlC,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,EAAE,q+BAAq+B,KAAK,eAAc,CAAI,GAGhlC",
  "debugId": "4B69E4585F4DA2EA64756E2164756E21",
  "names": []
}