{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSparklesTwo2/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 IconSparklesTwo2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sparkles-two-2, ai 2 stars, sparkles, ✨\"><path d=\"M8.25 16.25C8.25 16.6642 8.58579 17 9 17C9.41421 17 9.75 16.6642 9.75 16.25C9.75 13.8242 10.2859 12.2487 11.2673 11.2673C12.2487 10.2859 13.8242 9.75 16.25 9.75C16.6642 9.75 17 9.41421 17 9C17 8.58579 16.6642 8.25 16.25 8.25C13.8242 8.25 12.2487 7.71411 11.2673 6.73269C10.2859 5.75127 9.75 4.17581 9.75 1.75C9.75 1.33579 9.41421 1 9 1C8.58579 1 8.25 1.33579 8.25 1.75C8.25 4.17581 7.71411 5.75127 6.73269 6.73269C5.75127 7.71411 4.17581 8.25 1.75 8.25C1.33579 8.25 1 8.58579 1 9C1 9.41421 1.33579 9.75 1.75 9.75C4.17581 9.75 5.75127 10.2859 6.73269 11.2673C7.71411 12.2487 8.25 13.8242 8.25 16.25Z\" fill=\"currentColor\"/><path d=\"M16.75 22.25C16.75 22.6642 17.0858 23 17.5 23C17.9142 23 18.25 22.6642 18.25 22.25C18.25 20.6922 18.5949 19.7418 19.1684 19.1684C19.7418 18.5949 20.6922 18.25 22.25 18.25C22.6642 18.25 23 17.9142 23 17.5C23 17.0858 22.6642 16.75 22.25 16.75C20.6922 16.75 19.7418 16.4051 19.1684 15.8316C18.5949 15.2582 18.25 14.3078 18.25 12.75C18.25 12.3358 17.9142 12 17.5 12C17.0858 12 16.75 12.3358 16.75 12.75C16.75 14.3078 16.4051 15.2582 15.8316 15.8316C15.2582 16.4051 14.3078 16.75 12.75 16.75C12.3358 16.75 12 17.0858 12 17.5C12 17.9142 12.3358 18.25 12.75 18.25C14.3078 18.25 15.2582 18.5949 15.8316 19.1684C16.4051 19.7418 16.75 20.6922 16.75 22.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSparklesTwo2;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA42C,EAA52C,IAAqB,EAAO,UAAU,2CAAyC,gBAAC,OAAD,CAAM,EAAE,ylBAAylB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,woBAAwoB,KAAK,eAAc,CAAI,GAGt2C",
  "debugId": "02DB4E5DA271D57964756E2164756E21",
  "names": []
}