{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSparklesTwo/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 IconSparklesTwo: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sparkles-two, ai 2 stars, sparkles, ✨\"><path d=\"M15.75 7.75C15.75 7.33579 15.4142 7 15 7C14.5858 7 14.25 7.33579 14.25 7.75C14.25 10.1758 13.7141 11.7513 12.7327 12.7327C11.7513 13.7141 10.1758 14.25 7.75 14.25C7.33579 14.25 7 14.5858 7 15C7 15.4142 7.33579 15.75 7.75 15.75C10.1758 15.75 11.7513 16.2859 12.7327 17.2673C13.7141 18.2487 14.25 19.8242 14.25 22.25C14.25 22.6642 14.5858 23 15 23C15.4142 23 15.75 22.6642 15.75 22.25C15.75 19.8242 16.2859 18.2487 17.2673 17.2673C18.2487 16.2859 19.8242 15.75 22.25 15.75C22.6642 15.75 23 15.4142 23 15C23 14.5858 22.6642 14.25 22.25 14.25C19.8242 14.25 18.2487 13.7141 17.2673 12.7327C16.2859 11.7513 15.75 10.1758 15.75 7.75Z\" fill=\"currentColor\"/><path d=\"M7.25 1.75C7.25 1.33579 6.91421 1 6.5 1C6.08579 1 5.75 1.33579 5.75 1.75C5.75 3.30775 5.40509 4.25821 4.83165 4.83165C4.25821 5.40509 3.30775 5.75 1.75 5.75C1.33579 5.75 1 6.08579 1 6.5C1 6.91421 1.33579 7.25 1.75 7.25C3.30775 7.25 4.25821 7.59491 4.83165 8.16835C5.40509 8.74179 5.75 9.69225 5.75 11.25C5.75 11.6642 6.08579 12 6.5 12C6.91421 12 7.25 11.6642 7.25 11.25C7.25 9.69225 7.59491 8.74179 8.16835 8.16835C8.74179 7.59491 9.69225 7.25 11.25 7.25C11.6642 7.25 12 6.91421 12 6.5C12 6.08579 11.6642 5.75 11.25 5.75C9.69225 5.75 8.74179 5.40509 8.16835 4.83165C7.59491 4.25821 7.25 3.30775 7.25 1.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSparklesTwo;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA81C,EAA91C,IAAqB,EAAO,UAAU,yCAAuC,gBAAC,OAAD,CAAM,EAAE,qnBAAqnB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gmBAAgmB,KAAK,eAAc,CAAI,GAGx1C",
  "debugId": "8B60D1B6773EBF6564756E2164756E21",
  "names": []
}