{
  "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=\"M17.5124 2.92678C18.1958 2.24336 19.3039 2.24336 19.9873 2.92678L21.0731 4.01256C21.7565 4.69598 21.7565 5.80402 21.0731 6.48744L6.48729 21.0732C5.80387 21.7566 4.69583 21.7566 4.01241 21.0732L2.92663 19.9874C2.24321 19.304 2.24321 18.196 2.92663 17.5126L17.5124 2.92678ZM18.9266 3.98744C18.829 3.88981 18.6707 3.88981 18.5731 3.98744L15.3105 7.25L16.7498 8.68934L20.0124 5.42678C20.11 5.32915 20.11 5.17085 20.0124 5.07322L18.9266 3.98744Z\" fill=\"currentColor\"/><path d=\"M9.84993 2.07454C9.9467 2.02616 10.0252 1.9477 10.0735 1.85094L10.5518 0.894435C10.7361 0.525911 11.262 0.525911 11.4462 0.894435L11.9245 1.85094C11.9728 1.9477 12.0513 2.02616 12.1481 2.07454L13.1046 2.55279C13.4731 2.73706 13.4731 3.26296 13.1046 3.44722L12.1481 3.92547C12.0513 3.97385 11.9728 4.05232 11.9245 4.14908L11.4462 5.10558C11.262 5.47411 10.7361 5.47411 10.5518 5.10558L10.0735 4.14908C10.0252 4.05232 9.9467 3.97385 9.84993 3.92547L8.89343 3.44722C8.52491 3.26296 8.52491 2.73706 8.89343 2.55279L9.84993 2.07454Z\" fill=\"currentColor\"/><path d=\"M18.8499 13.0745C18.9467 13.0262 19.0252 12.9477 19.0735 12.8509L19.5518 11.8944C19.736 11.5259 20.262 11.5259 20.4462 11.8944L20.9245 12.8509C20.9728 12.9477 21.0513 13.0262 21.1481 13.0745L22.1046 13.5528C22.4731 13.7371 22.4731 14.263 22.1046 14.4472L21.1481 14.9255C21.0513 14.9739 20.9728 15.0523 20.9245 15.1491L20.4462 16.1056C20.262 16.4741 19.736 16.4741 19.5518 16.1056L19.0735 15.1491C19.0252 15.0523 18.9467 14.9739 18.8499 14.9255L17.8934 14.4472C17.5249 14.263 17.5249 13.7371 17.8934 13.5528L18.8499 13.0745Z\" fill=\"currentColor\"/><path d=\"M4.84993 7.07454C4.9467 7.02616 5.02516 6.9477 5.07354 6.85094L5.55179 5.89443C5.73605 5.52591 6.26195 5.52591 6.44622 5.89444L6.92447 6.85094C6.97285 6.9477 7.05131 7.02616 7.14807 7.07454L8.10458 7.55279C8.4731 7.73706 8.4731 8.26296 8.10458 8.44722L7.14807 8.92547C7.05131 8.97385 6.97285 9.05232 6.92447 9.14908L6.44622 10.1056C6.26195 10.4741 5.73605 10.4741 5.55179 10.1056L5.07354 9.14908C5.02516 9.05232 4.9467 8.97385 4.84993 8.92547L3.89343 8.44722C3.52491 8.26296 3.52491 7.73706 3.89343 7.55279L4.84993 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,gBAA6sE,EAA7sE,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2bAA2b,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,khBAAkhB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8gBAA8gB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8gBAA8gB,KAAK,eAAc,CAAI,GAGvsE",
  "debugId": "6A60920F57B0E9C164756E2164756E21",
  "names": []
}