{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMagicWand2/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 IconMagicWand2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magic-wand-2, magic stick, star\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.9679 3.46968C17.9512 2.48643 19.5453 2.48643 20.5286 3.46968C21.5118 4.45293 21.5118 6.04709 20.5286 7.03034L7.02857 20.5303C6.04532 21.5136 4.45116 21.5136 3.46791 20.5303C2.48466 19.5471 2.48466 17.9529 3.46791 16.9697L16.9679 3.46968ZM19.4679 4.53034C19.0704 4.13287 18.426 4.13287 18.0286 4.53034L15.3089 7.25001L16.7482 8.68935L19.4679 5.96968C19.8654 5.57221 19.8654 4.9278 19.4679 4.53034Z\" fill=\"currentColor\"/><path d=\"M9.85008 2.07454C9.94685 2.02616 10.0253 1.9477 10.0737 1.85094L10.5519 0.894435C10.7362 0.525911 11.2621 0.525911 11.4464 0.894435L11.9246 1.85094C11.973 1.9477 12.0515 2.02616 12.1482 2.07454L13.1047 2.55279C13.4733 2.73706 13.4733 3.26296 13.1047 3.44722L12.1482 3.92547C12.0515 3.97385 11.973 4.05232 11.9246 4.14908L11.4464 5.10558C11.2621 5.47411 10.7362 5.47411 10.5519 5.10558L10.0737 4.14908C10.0253 4.05232 9.94685 3.97385 9.85008 3.92547L8.89358 3.44722C8.52506 3.26296 8.52506 2.73706 8.89358 2.55279L9.85008 2.07454Z\" fill=\"currentColor\"/><path d=\"M18.8501 13.0745C18.9468 13.0262 19.0253 12.9477 19.0737 12.8509L19.5519 11.8944C19.7362 11.5259 20.2621 11.5259 20.4464 11.8944L20.9246 12.8509C20.973 12.9477 21.0515 13.0262 21.1482 13.0745L22.1047 13.5528C22.4733 13.7371 22.4733 14.263 22.1047 14.4472L21.1482 14.9255C21.0515 14.9739 20.973 15.0523 20.9246 15.1491L20.4464 16.1056C20.2621 16.4741 19.7362 16.4741 19.5519 16.1056L19.0737 15.1491C19.0253 15.0523 18.9468 14.9739 18.8501 14.9255L17.8936 14.4472C17.5251 14.263 17.5251 13.7371 17.8936 13.5528L18.8501 13.0745Z\" fill=\"currentColor\"/><path d=\"M4.85008 7.07454C4.94685 7.02616 5.02531 6.9477 5.07369 6.85094L5.55194 5.89443C5.7362 5.52591 6.26211 5.52591 6.44637 5.89444L6.92462 6.85094C6.973 6.9477 7.05146 7.02616 7.14822 7.07454L8.10473 7.55279C8.47325 7.73706 8.47325 8.26296 8.10473 8.44722L7.14822 8.92547C7.05146 8.97385 6.973 9.05232 6.92462 9.14908L6.44637 10.1056C6.26211 10.4741 5.7362 10.4741 5.55194 10.1056L5.07369 9.14908C5.02531 9.05232 4.94685 8.97385 4.85008 8.92547L3.89358 8.44722C3.52506 8.26296 3.52506 7.73706 3.89358 7.55279L4.85008 7.07454Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMagicWand2;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAuqE,EAAvqE,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mZAAmZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ohBAAohB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ghBAAghB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4gBAA4gB,KAAK,eAAc,CAAI,GAGjqE",
  "debugId": "7E678DCB556C18FF64756E2164756E21",
  "names": []
}