{
  "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} & 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 IconMagicHands: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magic-hands, rainbow-hands\"><path d=\"M7.74434 14.4409L7.47866 13.7109C7.01824 12.4459 5.6195 11.7937 4.35449 12.2541C3.08948 12.7145 2.43724 14.1133 2.89766 15.3783L3.60308 17.3164C4.16976 18.8733 5.89128 19.6761 7.44822 19.1094L7.91806 18.9384C9.475 18.3717 10.2778 16.6502 9.71108 15.0933L9.27134 13.8851L7.74434 14.4409Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M16.2579 14.4409L16.5235 13.7109C16.984 12.4459 18.3827 11.7937 19.6477 12.2541C20.9127 12.7145 21.565 14.1133 21.1045 15.3783L20.3991 17.3164C19.8324 18.8733 18.1109 19.6761 16.554 19.1094L16.0841 18.9384C14.5272 18.3717 13.7244 16.6502 14.2911 15.0933L14.7309 13.8851L16.2579 14.4409Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M8.98047 10.7927C9.45974 9.59556 10.6305 8.75 11.9988 8.75C13.3671 8.75 14.5379 9.59556 15.0172 10.7927\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M17.3405 9.86394C16.4925 7.746 14.4211 6.25 12.0003 6.25C9.5795 6.25 7.5081 7.746 6.66016 9.86394\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M19.6638 8.93521C18.4472 5.89643 15.4752 3.75 12.0018 3.75C8.52847 3.75 5.55646 5.89643 4.33984 8.93521\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconMagicHands;\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,gBAAorC,EAAprC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,iSAAiS,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,iSAAiS,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0GAA0G,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,oGAAoG,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0GAA0G,OAAO,eAAe,YAAY,MAAK,CAAI,GAG9qC",
  "debugId": "039F95E2C0AB520464756E2164756E21",
  "names": []
}