UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 1.99 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:server--rack/index.js /** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ const ServerRack = /*#__PURE__*/ React.forwardRef(function ServerRack({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M27,31.36H5c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h22 c0.199,0,0.36,0.161,0.36,0.36v30C27.36,31.199,27.199,31.36,27,31.36z M5.36,30.64h21.28v-4.28H5.36V30.64z M5.36,25.64h21.28 v-4.28H5.36V25.64z M5.36,20.64h21.28v-4.28H5.36V20.64z M5.36,15.64h21.28v-4.28H5.36V15.64z M5.36,10.64h21.28V6.36H5.36V10.64z M5.36,5.64h21.28V1.36H5.36V5.64z M25,28.36h-6v-0.72h6V28.36z M12,28.36h-1v-0.72h1V28.36z M10,28.36H9v-0.72h1V28.36z M8,28.36H7 v-0.72h1V28.36z M25,23.36h-6v-0.72h6V23.36z M12,23.36h-1v-0.72h1V23.36z M10,23.36H9v-0.72h1V23.36z M8,23.36H7v-0.72h1V23.36z M25,18.36h-6v-0.72h6V18.36z M12,18.36h-1v-0.72h1V18.36z M10,18.36H9v-0.72h1V18.36z M8,18.36H7v-0.72h1V18.36z M25,13.36h-6 v-0.72h6V13.36z M12,13.36h-1v-0.72h1V13.36z M10,13.36H9v-0.72h1V13.36z M8,13.36H7v-0.72h1V13.36z M25,8.36h-6V7.64h6V8.36z M12,8.36h-1V7.64h1V8.36z M10,8.36H9V7.64h1V8.36z M8,8.36H7V7.64h1V8.36z M25,3.36h-6V2.64h6V3.36z M12,3.36h-1V2.64h1V3.36z M10,3.36H9V2.64h1V3.36z M8,3.36H7V2.64h1V3.36z" }), children] }); }); //#endregion export { ServerRack as default };