{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSparkle3/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 IconSparkle3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sparkle-3, ai, star, magic\"><path d=\"M12.2383 2C12.9623 2.00003 13.6112 2.44626 13.8711 3.12207L15.7783 8.07812C15.8037 8.14415 15.8559 8.19629 15.9219 8.22168L20.8779 10.1289C21.5537 10.3888 22 11.0377 22 11.7617V12.2383C22 12.9623 21.5537 13.6112 20.8779 13.8711L15.9219 15.7783C15.8559 15.8037 15.8037 15.8559 15.7783 15.9219L13.8711 20.8779C13.6112 21.5537 12.9623 22 12.2383 22H11.7617C11.0377 22 10.3888 21.5537 10.1289 20.8779L8.22168 15.9219C8.19629 15.8559 8.14415 15.8037 8.07812 15.7783L3.12207 13.8711C2.44626 13.6112 2.00003 12.9623 2 12.2383V11.7617C2.00003 11.0377 2.44626 10.3888 3.12207 10.1289L8.07812 8.22168C8.14415 8.19629 8.19629 8.14415 8.22168 8.07812L10.1289 3.12207C10.3888 2.44626 11.0377 2.00003 11.7617 2H12.2383Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSparkle3;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAsyB,EAAtyB,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,osBAAosB,KAAK,eAAc,CAAI,GAGhyB",
  "debugId": "38106F53E35C8A6C64756E2164756E21",
  "names": []
}