{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGoatHead/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 IconGoatHead: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"goat-head, goated\"><path d=\"M7.96343 17.3384L7.97671 17.3418C8.36987 18.8782 10.0257 21.9999 12 22C13.9743 21.9999 15.6301 18.8783 16.0233 17.3419L16.0366 17.3385C17.2325 17.0347 17.3311 14.6477 17.4554 13.6413C18.3868 13.5892 21.5241 12.8237 22.3347 10.3767C23.5505 6.70611 17.6439 10.4079 18.1384 7.08335C18.3888 5.39957 19.6667 4.10349 20.8493 3.24149C21.3585 2.87038 21.1419 1.94574 20.5137 1.99401C17.8339 2.19991 15.0742 3.12711 13.9129 5.31151C12.9709 7.08335 11.0002 7.08335 10.0708 5.31486C8.92991 3.14388 6.08503 2.21375 3.4555 1.99873C2.82935 1.94753 2.61724 2.855 3.12596 3.22362C4.31545 4.08552 5.60932 5.38788 5.86151 7.08335C6.35592 10.4079 0.449458 6.70602 1.6653 10.3766C2.47587 12.8236 5.61319 13.5891 6.54459 13.6412C6.66893 14.6476 6.76747 17.0346 7.96343 17.3384Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGoatHead;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAg1B,EAAh1B,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,uvBAAuvB,KAAK,eAAc,CAAI,GAG10B",
  "debugId": "02A8BB9B3C1C2F6564756E2164756E21",
  "names": []
}