{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLab/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 IconLab: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"lab\"><path d=\"M8.75 11V6.75H15.25V11C16.426 12.4701 18.3035 14.1135 19.003 16.0714C19.1596 16.5096 19.25 16.9581 19.25 17.4162C19.25 19.5336 17.5336 21.25 15.4162 21.25H8.58376C6.46643 21.25 4.75 19.5336 4.75 17.4162C4.75 16.9581 4.84041 16.5096 4.99696 16.0714C5.69652 14.1135 7.57396 12.4701 8.75 11Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M8.75 6.75H7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M4.99609 16.0713C4.99609 16.0713 7.67496 15.5072 9.40984 15.5535C11.4715 15.6085 12.5267 16.5342 14.5884 16.5892C16.3233 16.6355 19.0022 16.0713 19.0022 16.0713\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M15.25 6.75H16.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M10.25 4H9.5C9.5 3.72386 9.72386 3.5 10 3.5V4.25V5C10.5523 5 11 4.55228 11 4H10.25ZM10 4.25V3.5C10.2761 3.5 10.5 3.72386 10.5 4H9.75H9C9 4.55228 9.44772 5 10 5V4.25ZM9.75 4H10.5C10.5 4.27614 10.2761 4.5 10 4.5V3.75V3C9.44772 3 9 3.44772 9 4H9.75ZM10 3.75V4.5C9.72386 4.5 9.5 4.27614 9.5 4H10.25H11C11 3.44772 10.5523 3 10 3V3.75ZM9.75 4V4.75H10V4V3.25H9.75V4ZM10 4V4.75H10.25V4V3.25H10V4ZM10 3.75H9.25V4H10H10.75V3.75H10ZM10 4H9.25V4.25H10H10.75V4H10ZM10.1768 3.82322L9.64645 4.35355C9.45118 4.15829 9.45118 3.84171 9.64645 3.64645L10.1768 4.17678L10.7071 4.70711C11.0976 4.31658 11.0976 3.68342 10.7071 3.29289L10.1768 3.82322ZM10.1768 4.17678L9.64645 3.64645C9.84171 3.45118 10.1583 3.45118 10.3536 3.64645L9.82322 4.17678L9.29289 4.70711C9.68342 5.09763 10.3166 5.09763 10.7071 4.70711L10.1768 4.17678ZM9.82322 4.17678L10.3536 3.64645C10.5488 3.84171 10.5488 4.15829 10.3536 4.35355L9.82322 3.82322L9.29289 3.29289C8.90237 3.68342 8.90237 4.31658 9.29289 4.70711L9.82322 4.17678ZM9.82322 3.82322L10.3536 4.35355C10.1583 4.54882 9.84171 4.54882 9.64645 4.35355L10.1768 3.82322L10.7071 3.29289C10.3166 2.90237 9.68342 2.90237 9.29289 3.29289L9.82322 3.82322ZM9.82322 4.17678L10.3536 4.70711L10.5303 4.53033L10 4L9.46967 3.46967L9.29289 3.64645L9.82322 4.17678ZM10 4L10.5303 4.53033L10.7071 4.35355L10.1768 3.82322L9.64645 3.29289L9.46967 3.46967L10 4ZM9.82322 3.82322L9.29289 4.35355L9.46967 4.53033L10 4L10.5303 3.46967L10.3536 3.29289L9.82322 3.82322ZM10 4L9.46967 4.53033L9.64645 4.70711L10.1768 4.17678L10.7071 3.64645L10.5303 3.46967L10 4Z\" fill=\"currentColor\"/><path d=\"M14.25 2.5C14.25 2.91421 13.9142 3.25 13.5 3.25C13.0858 3.25 12.75 2.91421 12.75 2.5C12.75 2.08579 13.0858 1.75 13.5 1.75C13.9142 1.75 14.25 2.08579 14.25 2.5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconLab;\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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAA+hF,EAA/hF,IAAqB,EAAO,UAAU,OAAM,gBAAC,OAAD,CAAM,EAAE,mSAAmS,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,mKAAmK,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,4gDAA4gD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kKAAkK,OAAO,eAAe,YAAY,MAAK,CAAI,GAGzhF",
  "debugId": "47E088584E939FFF64756E2164756E21",
  "names": []
}