{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3C16.1421 3 19.5 6.35786 19.5 10.5V14.25C19.5 17.9779 16.4779 21 12.75 21H11.25C7.52208 21 4.5 17.9779 4.5 14.25V10.5C4.5 6.35786 7.85786 3 12 3ZM15.1865 15.3584C15.3667 15.0066 15.0086 14.6699 14.6289 14.7793C12.7431 15.3236 11.2569 15.3236 9.37109 14.7793C8.99139 14.6699 8.63332 15.0066 8.81348 15.3584C10.1054 17.8808 13.8946 17.8808 15.1865 15.3584ZM9.5 10C8.67157 10 8 10.5596 8 11.25C8 11.9404 8.67157 12.5 9.5 12.5C10.3284 12.5 11 11.9404 11 11.25C11 10.5596 10.3284 10 9.5 10ZM14.5 10C13.6716 10 13 10.5596 13 11.25C13 11.9404 13.6716 12.5 14.5 12.5C15.3284 12.5 16 11.9404 16 11.25C16 10.5596 15.3284 10 14.5 10Z\" fill=\"currentColor\"/><path d=\"M0.75 6C1.86283 6 2.88566 6.38347 3.69531 7.02441C3.24726 8.09374 3 9.26802 3 10.5V14.25C3 14.3908 3.00279 14.5308 3.00977 14.6699C1.24751 13.9755 9.86717e-08 12.2589 0 10.25V6.75C0 6.33579 0.335786 6 0.75 6Z\" fill=\"currentColor\"/><path d=\"M23.25 6C23.6642 6 24 6.33579 24 6.75V10.25C24 12.2592 22.752 13.9757 20.9893 14.6699C20.9962 14.5308 21 14.3908 21 14.25V10.5C21 9.26789 20.7519 8.09383 20.3037 7.02441C21.1135 6.38318 22.1369 6 23.25 6Z\" 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,gBAA6tC,EAA7tC,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qnBAAqnB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mNAAmN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+MAA+M,KAAK,eAAc,CAAI,GAGvtC",
  "debugId": "40E5EDD746DF1A0F64756E2164756E21",
  "names": []
}