{
  "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=\"M15.1011 7.46295L13.359 2.93335C13.1427 2.37104 12.6025 2 12 2C11.3975 2 10.8573 2.37104 10.641 2.93335L8.89887 7.46295C8.64493 8.12318 8.12318 8.64493 7.46295 8.89887L2.93335 10.641C2.37104 10.8573 2 11.3975 2 12C2 12.6025 2.37104 13.1427 2.93335 13.359L7.46295 15.1011C8.12318 15.3551 8.64493 15.8768 8.89887 16.5371L10.641 21.0667C10.8573 21.629 11.3975 22 12 22C12.6025 22 13.1427 21.629 13.359 21.0667L15.1011 16.5371C15.3551 15.8768 15.8768 15.3551 16.5371 15.1011L21.0667 13.359C21.629 13.1427 22 12.6025 22 12C22 11.3975 21.629 10.8573 21.0667 10.641L16.5371 8.89887C15.8768 8.64493 15.3551 8.12318 15.1011 7.46295Z\" fill=\"currentColor\"/></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,gBAA0tB,EAA1tB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,knBAAknB,KAAK,eAAc,CAAI,GAGptB",
  "debugId": "458825277F9D752564756E2164756E21",
  "names": []
}