{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconServer2/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 IconServer2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"server-2, storage, data, coins, money\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.44 12.0502C19.02 11.8402 19.55 11.6002 20 11.3202V13.4002C20 13.5202 19.93 13.7402 19.58 14.0302C19.23 14.3202 18.68 14.6202 17.94 14.8802C16.46 15.4102 14.36 15.7502 12 15.7502C9.64 15.7502 7.55 15.4102 6.06 14.8802C5.31 14.6202 4.77 14.3202 4.42 14.0302C4.07 13.7302 4 13.5202 4 13.4002V11.3202C4.45 11.6002 4.98 11.8402 5.56 12.0502C7.24 12.6502 9.52 13.0002 12 13.0002C14.48 13.0002 16.75 12.6502 18.44 12.0502ZM12 17.2502C9.52 17.2502 7.25 16.9002 5.56 16.3002C4.98 16.0902 4.45 15.8502 4 15.5702V18.6802C4 19.3402 4.38 19.8702 4.84 20.2602C5.3 20.6502 5.92 20.9602 6.62 21.2102C8.03 21.7102 9.93 22.0102 12 22.0102C14.07 22.0102 15.97 21.7102 17.38 21.2102C18.08 20.9602 18.7 20.6502 19.16 20.2602C19.62 19.8802 20 19.3502 20 18.6802V15.5702C19.55 15.8502 19.02 16.0902 18.44 16.3002C16.76 16.9002 14.48 17.2502 12 17.2502ZM20 5.32023V9.15023C20 9.27023 19.93 9.49023 19.58 9.78023C19.23 10.0702 18.68 10.3702 17.94 10.6302C16.46 11.1602 14.36 11.5002 12 11.5002C9.64 11.5002 7.55 11.1602 6.06 10.6302C5.31 10.3702 4.77 10.0702 4.42 9.78023C4.07 9.48023 4 9.27023 4 9.15023V5.32023C4 4.66023 4.38 4.13023 4.84 3.74023C5.3 3.35023 5.92 3.04023 6.62 2.79023C8.03 2.29023 9.93 1.99023 12 1.99023C14.07 1.99023 15.97 2.29023 17.38 2.79023C18.08 3.04023 18.7 3.35023 19.16 3.74023C19.62 4.12023 20 4.65023 20 5.32023ZM5.5 5.32023C5.5 5.32023 5.52 5.51023 5.8 5.75023C6.07 5.98023 6.51 6.22023 7.12 6.43023C8.33 6.86023 10.06 7.14023 12 7.14023C13.94 7.14023 15.66 6.86023 16.88 6.43023C17.49 6.21023 17.93 5.97023 18.2 5.75023C18.48 5.52023 18.5 5.37023 18.5 5.32023C18.5 5.27023 18.48 5.13023 18.2 4.89023C17.93 4.66023 17.49 4.42023 16.88 4.21023C15.67 3.78023 13.94 3.50023 12 3.50023C10.06 3.50023 8.34 3.78023 7.12 4.21023C6.51 4.43023 6.07 4.67023 5.8 4.89023C5.52 5.12023 5.5 5.27023 5.5 5.32023Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconServer2;\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,gBAAs6D,EAAt6D,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mxDAAmxD,KAAK,eAAc,CAAI,GAGh6D",
  "debugId": "E45088762933DFC964756E2164756E21",
  "names": []
}