{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBugFace/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 IconBugFace: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bug-face, issue\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.61181 3.25758C4.04464 2.6608 4.80825 2 6.00018 2C7.83828 2 8.9636 3.45677 9.64384 4.86043C9.70605 4.98881 9.76583 5.11929 9.82328 5.25124C10.5217 5.08701 11.2511 5 12.0002 5C12.7493 5 13.4787 5.08701 14.1771 5.25124C14.2345 5.11929 14.2943 4.98881 14.3565 4.86043C15.0368 3.45677 16.1621 2 18.0002 2C19.1921 2 19.9557 2.6608 20.3886 3.25758C20.6033 3.55361 20.7468 3.84508 20.8368 4.06061C20.8822 4.16943 20.9152 4.26177 20.9376 4.32955C20.9488 4.36352 20.9574 4.39155 20.9636 4.41266L20.9712 4.4391L20.9737 4.44825L20.9746 4.45177L20.975 4.45326L20.9754 4.45457C21.081 4.85509 20.842 5.26541 20.4414 5.37104C20.0424 5.47629 19.6336 5.23933 19.5261 4.8414L19.5247 4.83643C19.5227 4.82977 19.5189 4.81707 19.513 4.7992C19.5012 4.7633 19.4814 4.70753 19.4526 4.63861C19.3942 4.49868 19.3034 4.31618 19.1743 4.13825C18.9196 3.78712 18.5582 3.5 18.0002 3.5C17.0883 3.5 16.3386 4.20991 15.7064 5.51459C15.6745 5.58033 15.6433 5.64682 15.6128 5.71395C18.7691 7.0222 21.0002 9.99392 21.0002 13.5C21.0002 18.2379 16.9259 22 12.0002 22C7.07448 22 3.00018 18.2379 3.00018 13.5C3.00018 9.99392 5.23131 7.0222 8.38753 5.71395C8.35703 5.64682 8.32585 5.58033 8.29399 5.51459C7.66172 4.20991 6.91204 3.5 6.00018 3.5C5.44212 3.5 5.08073 3.78712 4.82606 4.13825C4.69702 4.31618 4.60617 4.49868 4.54774 4.63861C4.51896 4.70753 4.49921 4.7633 4.48738 4.7992C4.48149 4.81707 4.47764 4.82977 4.47568 4.83643L4.47424 4.84138C4.36682 5.23932 3.95801 5.47629 3.55892 5.37104C3.1584 5.26541 2.91935 4.85509 3.02498 4.45457L3.02533 4.45326L3.02573 4.45177L3.02668 4.44825L3.02919 4.4391L3.03678 4.41266C3.043 4.39155 3.0516 4.36352 3.0628 4.32955C3.08514 4.26177 3.11813 4.16943 3.16357 4.06061C3.25357 3.84508 3.3971 3.55361 3.61181 3.25758ZM10.5 13.75C10.5 14.7165 9.82843 15.5 9 15.5C8.17157 15.5 7.5 14.7165 7.5 13.75C7.5 12.7835 8.17157 12 9 12C9.82843 12 10.5 12.7835 10.5 13.75ZM13.5 17C13.5 17.5523 12.8284 18 12 18C11.1716 18 10.5 17.5523 10.5 17C10.5 16.4477 11.1716 16 12 16C12.8284 16 13.5 16.4477 13.5 17ZM15 15.5C15.8284 15.5 16.5 14.7165 16.5 13.75C16.5 12.7835 15.8284 12 15 12C14.1716 12 13.5 12.7835 13.5 13.75C13.5 14.7165 14.1716 15.5 15 15.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBugFace;\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,gBAA6tE,EAA7tE,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gmEAAgmE,KAAK,eAAc,CAAI,GAGvtE",
  "debugId": "2CF9A6ADCE71743864756E2164756E21",
  "names": []
}