@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.93 kB
JavaScript
/**
* 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 require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:network--appliances/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 NetworkAppliances = /*#__PURE__*/ react.default.forwardRef(function NetworkAppliances({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30.36H18c-0.199,0-0.36-0.161-0.36-0.36 v-5.64h-3.28V30c0,0.199-0.161,0.36-0.36,0.36H2c-0.199,0-0.36-0.161-0.36-0.36V18c0-0.199,0.161-0.36,0.36-0.36h5.64v-3.28H2 c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v5.64h3.28V2 c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v12c0,0.199-0.161,0.36-0.36,0.36h-5.64v3.28H30 c0.199,0,0.36,0.161,0.36,0.36v12C30.36,30.199,30.199,30.36,30,30.36z M18.36,29.64h11.28V18.36h-5.28v4.279H25 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-0.64h-4.28V29.64z M2.36,29.64 h11.28v-5.28H9.36V25c0,0.199-0.161,0.36-0.36,0.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64v-4.28 H2.36V29.64z M23.36,24.64h1.279v-1.28H23.36V24.64z M7.36,24.64h1.28v-1.28H7.36V24.64z M18.36,23.64h4.279V23 c0-0.199,0.161-0.36,0.36-0.36h0.64v-4.28H18.36V23.64z M14.36,23.64h3.28V18c0-0.199,0.161-0.36,0.36-0.36h5.64v-3.28H18 c-0.199,0-0.36-0.161-0.36-0.36V8.36h-3.28V14c0,0.199-0.161,0.36-0.36,0.36H8.36v3.28H14c0.199,0,0.36,0.161,0.36,0.36V23.64z M9.36,23.64h4.28v-5.28H8.36v4.279H9c0.199,0,0.36,0.161,0.36,0.36V23.64z M24.36,13.64h5.279V2.36H18.36v5.28h4.279V7 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64L24.36,13.64L24.36,13.64z M18.36,13.64h5.279V9.36H23c-0.199,0-0.36-0.161-0.36-0.36V8.36h-4.28V13.64z M8.36,13.64h5.28V8.36H9.36V9 c0,0.199-0.161,0.36-0.36,0.36H8.36V13.64z M2.36,13.64h5.28V9.36H7C6.801,9.36,6.64,9.199,6.64,9V7c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v0.64h4.28V2.36H2.36V13.64z M23.36,8.64h1.279V7.36H23.36V8.64z M7.36,8.64h1.28V7.36H7.36V8.64z" }), children]
});
});
//#endregion
module.exports = NetworkAppliances;