{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGoblin2/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 IconGoblin2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"goblin-2, troll, agent, helper\"><path d=\"M4.75 14.25V10.75C4.75 8.54086 2.95914 6.75 0.75 6.75V10.25C0.75 12.4591 2.54086 14.25 4.75 14.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M19.25 14.25V10.75C19.25 8.54086 21.0409 6.75 23.25 6.75V10.25C23.25 12.4591 21.4591 14.25 19.25 14.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M19.25 14.25V10.75C19.25 6.88401 16.116 3.75 12.25 3.75H11.75C7.88401 3.75 4.75 6.88401 4.75 10.75V14.25C4.75 17.5637 7.43629 20.25 10.75 20.25H13.25C16.5637 20.25 19.25 17.5637 19.25 14.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M8.5 14.5C11.125 15.4167 12.875 15.4167 15.5 14.5C14.625 18.1667 9.375 18.1667 8.5 14.5Z\" fill=\"currentColor\"/><ellipse cx=\"9.5\" cy=\"11.25\" rx=\"1.5\" ry=\"1.25\" fill=\"currentColor\"/><ellipse cx=\"14.5\" cy=\"11.25\" rx=\"1.5\" ry=\"1.25\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGoblin2;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA+2B,EAA/2B,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,qGAAqG,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0GAA0G,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,iMAAiM,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,2FAA2F,KAAK,eAAc,EAAE,gBAAC,UAAD,CAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,KAAK,eAAc,EAAE,gBAAC,UAAD,CAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,KAAK,eAAc,CAAI,GAGz2B",
  "debugId": "50AFDFF0677FB81964756E2164756E21",
  "names": []
}