{
  "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.9248 2C13.235 2 13.5135 2.19097 13.625 2.48047L15.8174 8.18164L21.5195 10.375C21.809 10.4865 22 10.765 22 11.0752V12.9248C22 13.235 21.809 13.5135 21.5195 13.625L15.8174 15.8174L13.625 21.5195C13.5135 21.809 13.235 22 12.9248 22H11.0752C10.765 22 10.4865 21.809 10.375 21.5195L8.18164 15.8174L2.48047 13.625C2.19097 13.5135 2 13.235 2 12.9248V11.0752C2 10.765 2.19097 10.4865 2.48047 10.375L8.18164 8.18164L10.375 2.48047L10.4248 2.37695C10.557 2.14645 10.8037 2 11.0752 2H12.9248Z\" 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,gBAA0kB,EAA1kB,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,weAAwe,KAAK,eAAc,CAAI,GAGpkB",
  "debugId": "53DA119B65982C1A64756E2164756E21",
  "names": []
}