{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconProcessor/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 IconProcessor: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"processor, chip\"><path d=\"M11.9988 9.49902C10.6181 9.49902 9.49878 10.6183 9.49878 11.999C9.49878 13.3797 10.6181 14.499 11.9988 14.499C13.3795 14.499 14.4988 13.3797 14.4988 11.999C14.4988 10.6183 13.3795 9.49902 11.9988 9.49902Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.75 2.74609C8.75 2.33188 8.41421 1.99609 8 1.99609C7.58579 1.99609 7.25 2.33188 7.25 2.74609V4H4.75C4.33579 4 4 4.33579 4 4.75V7.25H2.75C2.33579 7.25 2 7.58579 2 8C2 8.41421 2.33579 8.75 2.75 8.75H4V11.25H2.75C2.33579 11.25 2 11.5858 2 12C2 12.4142 2.33579 12.75 2.75 12.75H4V15.25H2.75C2.33579 15.25 2 15.5858 2 16C2 16.4142 2.33579 16.75 2.75 16.75H4V19.25C4 19.6642 4.33579 20 4.75 20H7.25V21.25C7.25 21.6642 7.58579 22 8 22C8.41421 22 8.75 21.6642 8.75 21.25V20H11.25V21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25V20H15.25V21.25C15.25 21.6642 15.5858 22 16 22C16.4142 22 16.75 21.6642 16.75 21.25V20H19.25C19.6642 20 20 19.6642 20 19.25V16.75H21.25C21.6642 16.75 22 16.4142 22 16C22 15.5858 21.6642 15.25 21.25 15.25H20V12.75H21.25C21.6642 12.75 22 12.4142 22 12C22 11.5858 21.6642 11.25 21.25 11.25H20V8.75H21.25C21.6642 8.75 22 8.41421 22 8C22 7.58579 21.6642 7.25 21.25 7.25H20V4.75C20 4.33579 19.6642 4 19.25 4H16.75V2.75C16.75 2.33579 16.4142 2 16 2C15.5858 2 15.25 2.33579 15.25 2.75V4H12.75V2.74609C12.75 2.33188 12.4142 1.99609 12 1.99609C11.5858 1.99609 11.25 2.33188 11.25 2.74609V4H8.75V2.74609ZM7.99878 11.999C7.99878 9.78988 9.78964 7.99902 11.9988 7.99902C14.2079 7.99902 15.9988 9.78988 15.9988 11.999C15.9988 14.2082 14.2079 15.999 11.9988 15.999C9.78964 15.999 7.99878 14.2082 7.99878 11.999Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconProcessor;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA2qD,EAA3qD,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,+MAA+M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k0CAAk0C,KAAK,eAAc,CAAI,GAGrqD",
  "debugId": "27D1A92337A9488264756E2164756E21",
  "names": []
}