{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSparkleCentral/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 IconSparkleCentral: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sparkle-central, star, magic, ai\"><path d=\"M12 3C12.1886 3 12.358 3.11601 12.4258 3.29199L14.168 7.82227C14.5235 8.7463 15.2537 9.47652 16.1777 9.83203L20.708 11.5742C20.884 11.642 21 11.8114 21 12C21 12.1886 20.884 12.358 20.708 12.4258L16.1777 14.168C15.2537 14.5235 14.5235 15.2537 14.168 16.1777L12.4258 20.708C12.358 20.884 12.1886 21 12 21C11.8114 21 11.642 20.884 11.5742 20.708L9.83203 16.1777C9.47652 15.2537 8.7463 14.5235 7.82227 14.168L3.29199 12.4258C3.11601 12.358 3 12.1886 3 12C3 11.8114 3.11601 11.642 3.29199 11.5742L7.82227 9.83203C8.7463 9.47652 9.47652 8.7463 9.83203 7.82227L11.5742 3.29199C11.642 3.11601 11.8114 3 12 3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconSparkleCentral;\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,gBAAqtB,EAArtB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,2lBAA2lB,OAAO,eAAe,YAAY,IAAG,CAAI,GAG/sB",
  "debugId": "4B88E8CE4D81782464756E2164756E21",
  "names": []
}