{
  "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.2494C13.8984 10.2494 15.8162 10.5669 18.8389 11.2318C18.8708 11.2389 18.9028 11.2427 18.9346 11.2455C19.0514 11.597 19.1556 11.9441 19.2422 12.2836H22.2002C22.6143 12.2836 22.95 12.6196 22.9502 13.0336C22.9501 15.3951 21.7462 16.7694 20.5479 17.5199C19.9617 17.887 19.3816 18.1041 18.9512 18.2299C18.8536 18.2584 18.7628 18.282 18.6807 18.3022C18.2728 19.3656 17.4263 20.2442 16.3672 20.8686C15.1518 21.5849 13.6084 21.9994 11.9502 21.9994C10.292 21.9994 8.74858 21.5849 7.5332 20.8686C6.47394 20.2442 5.62653 19.3657 5.21875 18.3022C5.1369 18.282 5.0464 18.2583 4.94922 18.2299C4.5188 18.1041 3.93867 17.887 3.35254 17.5199C2.15418 16.7694 0.95033 15.3951 0.950195 13.0336C0.950429 12.6196 1.28613 12.2836 1.7002 12.2836H4.65918C4.74841 11.9379 4.85387 11.5919 4.97363 11.2465C5.03528 11.2486 5.0981 11.2457 5.16113 11.2318C8.18382 10.5669 10.1016 10.2494 12 10.2494Z\" fill=\"currentColor\"/><path d=\"M11.4873 1.65958C11.652 1.5304 11.8651 1.47429 12.0742 1.50919C15.2555 2.04051 17.5085 3.01243 19.917 4.31095C20.1937 4.46014 20.3482 4.76641 20.3037 5.07755C20.2589 5.38879 20.0243 5.63919 19.7168 5.70451L16.5107 6.38322C17.1723 7.32936 17.7876 8.44119 18.29 9.57951C15.7181 9.03406 13.8669 8.74943 12 8.74943C10.1198 8.74943 8.25575 9.03819 5.65527 9.59122C7.079 6.58361 9.40157 3.74127 11.4199 1.71915L11.4873 1.65958Z\" 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,gBAAu5C,EAAv5C,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,82BAA82B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,waAAwa,KAAK,eAAc,CAAI,GAGj5C",
  "debugId": "8C3CB1EE62260A3E64756E2164756E21",
  "names": []
}