{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconThread/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 IconThread: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"thread\"><path d=\"M5.75 3.75V3C5.33579 3 5 3.33579 5 3.75H5.75ZM18.25 3.75H19C19 3.33579 18.6642 3 18.25 3V3.75ZM18.25 20.25V21C18.6642 21 19 20.6642 19 20.25H18.25ZM5.75 20.25H5C5 20.6642 5.33579 21 5.75 21V20.25ZM5.75 3.75H5V8.4079H5.75H6.5V3.75H5.75ZM5.75 3.75V4.5H10.9375V3.75V3H5.75V3.75ZM10.9375 3.75V4.5H13V3.75V3H10.9375V3.75ZM13 3.75V4.5H18.25V3.75V3H13V3.75ZM18.25 3.75H17.5V10.4605H18.25H19V3.75H18.25ZM18.25 10.4605H17.5V15.5921H18.25H19V10.4605H18.25ZM18.25 15.5921H17.5V20.25H18.25H19V15.5921H18.25ZM18.25 20.25V19.5H13V20.25V21H18.25V20.25ZM13 20.25V19.5H10.9375V20.25V21H13V20.25ZM10.9375 20.25V19.5H5.75V20.25V21H10.9375V20.25ZM5.75 13.5395H5V20.25H5.75H6.5V13.5395H5.75ZM5.75 8.4079H5V13.5395H5.75H6.5V8.4079H5.75Z\" fill=\"currentColor\"/><path d=\"M4.75 3.75H5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M6 8.44922L18 10.4197\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M21.25 16.0996L18.25 15.5917L6 13.5801\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M4.75 20.25H5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M18.25 3.75H19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M18.25 20.25H19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M10.9375 3.75V3.27632C10.9375 2.7095 11.3992 2.25 11.9688 2.25C12.5383 2.25 13 2.7095 13 3.27632V3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M10.9375 20.25V20.75C10.9375 21.3023 11.3852 21.75 11.9375 21.75H12C12.5523 21.75 13 21.3023 13 20.75V20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconThread;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAgsD,EAAhsD,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,6sBAA6sB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,yCAAyC,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,qBAAqB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,wGAAwG,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,8GAA8G,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAG1rD",
  "debugId": "E7196D0B9500816164756E2164756E21",
  "names": []
}