{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMagicHands/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMagicHands: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magic-hands, rainbow-hands\" maskId=\"square-outlined-radius-0-stroke-2-IconMagicHands\"><path d=\"M7.23862 14.5171L6.98211 13.8124C6.5571 12.6447 5.26595 12.0426 4.09825 12.4676C2.93055 12.8926 2.32848 14.1838 2.75349 15.3515L3.35203 16.9959C3.9187 18.5529 5.64023 19.3556 7.19717 18.7889C8.7541 18.2223 9.55686 16.5007 8.99018 14.9438L8.64816 14.0041L7.23862 14.5171Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M16.7614 14.5171L17.0179 13.8124C17.4429 12.6447 18.7341 12.0426 19.9018 12.4676C21.0695 12.8926 21.6716 14.1838 21.2466 15.3515L20.648 16.9959C20.0813 18.5529 18.3598 19.3556 16.8029 18.7889C15.2459 18.2223 14.4432 16.5007 15.0099 14.9438L15.3519 14.0041L16.7614 14.5171Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M4.57031 9.02808C5.75006 6.08139 8.63201 4 12.0001 4C15.3682 4 18.2501 6.08139 19.4299 9.02808\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M7.35547 10.1426C8.09281 8.30087 9.89403 7 11.9991 7C14.1041 7 15.9054 8.30087 16.6427 10.1426\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n});\n\nexport default IconMagicHands;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAiiC,EAAjiC,IAAqB,EAAO,UAAU,6BAA6B,OAAO,oDAAmD,gBAAC,OAAD,CAAM,EAAE,iRAAiR,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,mRAAmR,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,iGAAiG,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,iGAAiG,OAAO,eAAe,YAAY,IAAG,CAAI,EACziC,EAEc",
  "debugId": "34BD75B00BBBC20F64756E2164756E21",
  "names": []
}