{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconKeyboardCable/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 IconKeyboardCable: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"keyboard-cable\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 2.75C19 2.33579 18.6642 2 18.25 2C17.8358 2 17.5 2.33579 17.5 2.75V4H5.75C5.33579 4 5 4.33579 5 4.75V8H1.75C1.33579 8 1 8.33579 1 8.75V21.25C1 21.6642 1.33579 22 1.75 22H22.25C22.6642 22 23 21.6642 23 21.25V8.75C23 8.33579 22.6642 8 22.25 8H6.5V5.5H18.25C18.6642 5.5 19 5.16421 19 4.75V2.75ZM9.75 16.5C9.33579 16.5 9 16.8358 9 17.25C9 17.6642 9.33579 18 9.75 18H14.25C14.6642 18 15 17.6642 15 17.25C15 16.8358 14.6642 16.5 14.25 16.5H9.75ZM5.75 13.75C6.30228 13.75 6.75 13.3023 6.75 12.75C6.75 12.1977 6.30228 11.75 5.75 11.75C5.19772 11.75 4.75 12.1977 4.75 12.75C4.75 13.3023 5.19772 13.75 5.75 13.75ZM5.75 18.25C6.30228 18.25 6.75 17.8023 6.75 17.25C6.75 16.6977 6.30228 16.25 5.75 16.25C5.19772 16.25 4.75 16.6977 4.75 17.25C4.75 17.8023 5.19772 18.25 5.75 18.25ZM19.2502 12.75C19.2502 13.3023 18.8025 13.75 18.2502 13.75C17.698 13.75 17.2502 13.3023 17.2502 12.75C17.2502 12.1977 17.698 11.75 18.2502 11.75C18.8025 11.75 19.2502 12.1977 19.2502 12.75ZM18.2502 18.25C18.8025 18.25 19.2502 17.8023 19.2502 17.25C19.2502 16.6977 18.8025 16.25 18.2502 16.25C17.698 16.25 17.2502 16.6977 17.2502 17.25C17.2502 17.8023 17.698 18.25 18.2502 18.25ZM10.75 12.75C10.75 13.3023 10.3023 13.75 9.75 13.75C9.19772 13.75 8.75 13.3023 8.75 12.75C8.75 12.1977 9.19772 11.75 9.75 11.75C10.3023 11.75 10.75 12.1977 10.75 12.75ZM14.25 13.75C14.8023 13.75 15.25 13.3023 15.25 12.75C15.25 12.1977 14.8023 11.75 14.25 11.75C13.6977 11.75 13.25 12.1977 13.25 12.75C13.25 13.3023 13.6977 13.75 14.25 13.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconKeyboardCable;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAilD,EAAjlD,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q9CAAq9C,KAAK,eAAc,CAAI,GAG3kD",
  "debugId": "83C6F12DE8AA73BC64756E2164756E21",
  "names": []
}