{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSparkleHightlight/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 IconSparkleHightlight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sparkle-hightlight, special, ai, magic\"><path d=\"M4.96967 17.9697C5.26256 17.6768 5.73732 17.6768 6.03022 17.9697C6.32305 18.2626 6.32309 18.7373 6.03022 19.0302L3.53022 21.5302C3.23734 21.8231 2.76257 21.8231 2.46967 21.5302C2.17678 21.2373 2.17678 20.7626 2.46967 20.4697L4.96967 17.9697Z\" fill=\"currentColor\"/><path d=\"M17.9697 17.9697C18.2626 17.6768 18.7373 17.6768 19.0302 17.9697L21.5302 20.4697C21.8231 20.7626 21.8231 21.2373 21.5302 21.5302C21.2373 21.8231 20.7626 21.8231 20.4697 21.5302L17.9697 19.0302C17.6768 18.7373 17.6768 18.2626 17.9697 17.9697Z\" fill=\"currentColor\"/><path d=\"M11.9999 2.99994C12.6444 2.99997 13.2276 3.38298 13.4833 3.97455L15.1044 7.72358C15.3317 8.24914 15.7507 8.66816 16.2763 8.89545L20.0253 10.5165C20.6169 10.7723 20.9999 11.3555 20.9999 11.9999C20.9999 12.6444 20.6169 13.2276 20.0253 13.4833L16.2763 15.1044C15.7507 15.3317 15.3317 15.7507 15.1044 16.2763L13.4833 20.0253C13.2276 20.6169 12.6444 20.9999 11.9999 20.9999C11.3555 20.9999 10.7723 20.6169 10.5165 20.0253L8.89545 16.2763C8.66816 15.7507 8.24914 15.3317 7.72358 15.1044L3.97455 13.4833C3.38298 13.2276 2.99997 12.6444 2.99994 11.9999C2.99994 11.3554 3.38296 10.7723 3.97455 10.5165L7.72358 8.89545C8.24916 8.66815 8.66815 8.24915 8.89545 7.72358L10.5165 3.97455C10.7723 3.38297 11.3554 2.99994 11.9999 2.99994Z\" fill=\"currentColor\"/><path d=\"M2.46967 2.46967C2.76256 2.17678 3.23732 2.17678 3.53022 2.46967L6.03022 4.96967C6.32305 5.26257 6.32309 5.73734 6.03022 6.03022C5.73734 6.32309 5.26257 6.32305 4.96967 6.03022L2.46967 3.53022C2.17678 3.23732 2.17678 2.76256 2.46967 2.46967Z\" fill=\"currentColor\"/><path d=\"M20.4697 2.46967C20.7626 2.17678 21.2373 2.17678 21.5302 2.46967C21.8231 2.76257 21.8231 3.23734 21.5302 3.53022L19.0302 6.03022C18.7373 6.32309 18.2626 6.32305 17.9697 6.03022C17.6768 5.73732 17.6768 5.26256 17.9697 4.96967L20.4697 2.46967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSparkleHightlight;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAs4D,EAAt4D,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,otBAAotB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAGh4D",
  "debugId": "A882CB64CED7718864756E2164756E21",
  "names": []
}