{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGoblin/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 IconGoblin: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"goblin, troll, agent, helper\"><path d=\"M12 10.2502C13.8984 10.2502 15.8162 10.5677 18.8389 11.2326C18.8711 11.2397 18.9035 11.2435 18.9355 11.2463C19.0246 11.5144 19.1079 11.7794 19.1797 12.0412C19.2238 12.202 19.355 12.2844 19.4648 12.2844H22.2002C22.6143 12.2844 22.9501 12.6203 22.9502 13.0344C22.9501 14.7738 22.2943 15.9968 21.4414 16.8244C20.609 17.6321 19.6241 18.0315 18.9805 18.2229C18.8141 18.2724 18.6423 18.416 18.541 18.6252C17.5376 20.6981 14.8673 22.0002 11.9502 22.0002C9.03321 22.0002 6.36278 20.6981 5.35938 18.6252C5.25806 18.416 5.08628 18.2724 4.91992 18.2229C4.27629 18.0315 3.29137 17.6321 2.45898 16.8244C1.60613 15.9968 0.950295 14.7738 0.950195 13.0344C0.950315 12.6203 1.28606 12.2844 1.7002 12.2844H4.43555C4.54409 12.2844 4.67749 12.2022 4.72363 12.0373C4.79743 11.7736 4.88031 11.5098 4.97168 11.2463C5.03397 11.2486 5.09742 11.2466 5.16113 11.2326C8.18384 10.5677 10.1016 10.2502 12 10.2502Z\" fill=\"currentColor\"/><path d=\"M12.5967 1.60372C15.5083 2.15169 17.6452 3.08689 19.917 4.31173C20.1938 4.46094 20.3483 4.76712 20.3037 5.07833C20.2589 5.38958 20.0244 5.63998 19.7168 5.70528L16.9932 6.28145C16.9062 6.29992 16.8284 6.36222 16.7852 6.47872C16.7402 6.60007 16.753 6.73525 16.8203 6.83907C17.3633 7.6757 17.8647 8.61851 18.2891 9.58028C15.7176 9.03496 13.8667 8.7502 12 8.7502C10.1189 8.7502 8.25382 9.03844 5.65137 9.592C6.98867 6.76782 9.12202 4.08842 11.0508 2.09591C11.4501 1.68347 12.03 1.49714 12.5967 1.60372Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGoblin;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA4+C,EAA5+C,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,s3BAAs3B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qfAAqf,KAAK,eAAc,CAAI,GAGt+C",
  "debugId": "3DCE6DA448C2643864756E2164756E21",
  "names": []
}