{
  "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=\"M8.28069 16.9827L8.29291 16.9858C8.65497 18.3922 10.1798 21.2499 11.9979 21.25C13.816 21.2499 15.3408 18.3923 15.7029 16.9859L15.7151 16.9828C16.8165 16.7047 16.9072 14.5196 17.0217 13.5984C17.8794 13.5506 20.7685 12.8499 21.515 10.6099C22.6346 7.24979 17.514 10.6385 17.9693 7.59513C18.418 4.59696 20.9551 2.99139 20.9551 2.99139C17.0363 2.21575 15.1701 3.33552 13.7594 5.97317C12.892 7.59513 11.0772 7.59513 10.2213 5.97623C8.82528 3.33553 6.95946 2.21587 3.04066 2.99131C3.04066 2.99131 5.57774 4.59696 6.02637 7.59513C6.48166 10.6385 1.36118 7.24972 2.48084 10.6098C3.22727 12.8498 6.11638 13.5505 6.9741 13.5983C7.0886 14.5196 7.17934 16.7046 8.28069 16.9827Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></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,gBAAwwB,EAAxwB,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,2pBAA2pB,OAAO,eAAe,YAAY,MAAK,CAAI,GAGlwB",
  "debugId": "C9604AEA2F3BE49564756E2164756E21",
  "names": []
}