{
  "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 2C12.8675 2 13.6455 2.53415 13.957 3.34375L15.459 7.24902C15.6875 7.84305 16.157 8.31247 16.751 8.54102L20.6562 10.043C21.4658 10.3545 22 11.1325 22 12C22 12.8675 21.4658 13.6455 20.6562 13.957L16.751 15.459C16.157 15.6875 15.6875 16.157 15.459 16.751L13.957 20.6562C13.6455 21.4658 12.8675 22 12 22C11.1325 22 10.3545 21.4658 10.043 20.6562L8.54102 16.751C8.31247 16.157 7.84305 15.6875 7.24902 15.459L3.34375 13.957C2.53415 13.6455 2 12.8675 2 12C2 11.1325 2.53415 10.3545 3.34375 10.043L7.24902 8.54102C7.84305 8.31247 8.31247 7.84305 8.54102 7.24902L10.043 3.34375C10.3545 2.53415 11.1325 2 12 2Z\" 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,gBAAisB,EAAjsB,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,+lBAA+lB,KAAK,eAAc,CAAI,GAG3rB",
  "debugId": "9DF7882F3A57AA2B64756E2164756E21",
  "names": []
}