{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSparkles2Bold/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 IconSparkles2Bold: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sparkles-2-bold, ai, magic\"><path d=\"M14.0134 7C14.4272 7 14.7982 7.25482 14.9467 7.64101L16.2906 11.135C16.3922 11.3991 16.6009 11.6078 16.865 11.7094L20.359 13.0533C20.7452 13.2018 21 13.5728 21 13.9866V14.0134C21 14.4272 20.7452 14.7982 20.359 14.9467L16.865 16.2906C16.6009 16.3922 16.3922 16.6009 16.2906 16.865L14.9467 20.359C14.7982 20.7452 14.4272 21 14.0134 21H13.9866C13.5728 21 13.2018 20.7452 13.0533 20.359L11.7094 16.865C11.6078 16.6009 11.3991 16.3922 11.135 16.2906L7.64101 14.9467C7.25482 14.7982 7 14.4272 7 14.0134V13.9866C7 13.5728 7.25482 13.2018 7.64101 13.0533L11.135 11.7094C11.3991 11.6078 11.6078 11.3991 11.7094 11.135L13.0533 7.64101C13.2018 7.25482 13.5728 7 13.9866 7H14.0134Z\" fill=\"currentColor\"/><path d=\"M7 3C7.24122 3 7.45754 3.14856 7.54414 3.3737L8.24085 5.18485C8.34242 5.44891 8.55109 5.65758 8.81515 5.75915L10.6263 6.45586C10.8514 6.54246 11 6.75878 11 7C11 7.24122 10.8514 7.45754 10.6263 7.54414L8.81515 8.24085C8.55109 8.34242 8.34242 8.55109 8.24085 8.81515L7.54414 10.6263C7.45754 10.8514 7.24122 11 7 11C6.75878 11 6.54246 10.8514 6.45586 10.6263L5.75915 8.81515C5.65758 8.55109 5.44891 8.34242 5.18485 8.24085L3.3737 7.54414C3.14855 7.45754 3 7.24122 3 7C3 6.75878 3.14856 6.54246 3.3737 6.45586L5.18485 5.75915C5.44891 5.65758 5.65758 5.44891 5.75915 5.18485L6.45586 3.3737C6.54246 3.14855 6.75878 3 7 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSparkles2Bold;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAy4C,EAAz4C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,gqBAAgqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0mBAA0mB,KAAK,eAAc,CAAI,GAGn4C",
  "debugId": "7257668647E50F5464756E2164756E21",
  "names": []
}