@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:it--infrastructure/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 ItInfrastructure = /*#__PURE__*/ React.forwardRef(function ItInfrastructure({ 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: "M31,31.36h-8c-0.199,0-0.36-0.161-0.36-0.36 v-3.64H9.36V31c0,0.199-0.161,0.36-0.36,0.36H1c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h3.64V17 c0-1.867,1.543-2.36,2.36-2.36c0.167-0.001,1.64-0.059,1.64-1.64V9.36H5C4.801,9.36,4.64,9.199,4.64,9V1 c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v3.64h9.28V1c0-0.199,0.161-0.36,0.36-0.36h8 c0.199,0,0.36,0.161,0.36,0.36v8c0,0.199-0.161,0.36-0.36,0.36h-3.64v13.28H31c0.199,0,0.36,0.161,0.36,0.36v8 C31.36,31.199,31.199,31.36,31,31.36z M23.36,30.64h7.279v-7.28H23.36V30.64z M1.36,30.64h7.28v-7.28H1.36V30.64z M9.36,26.64h13.28 V23c0-0.199,0.161-0.36,0.36-0.36h3.64V9.36H23c-0.199,0-0.36-0.161-0.36-0.36V5.36h-9.28V9c0,0.199-0.161,0.36-0.36,0.36H9.36V13 c0,1.867-1.543,2.36-2.36,2.36C6.833,15.361,5.36,15.419,5.36,17v5.64H9c0.199,0,0.36,0.161,0.36,0.36V26.64z M23.36,8.64h7.279 V1.36H23.36V8.64z M5.36,8.64h7.28V1.36H5.36V8.64z" }), children]
});
});
//#endregion
export { ItInfrastructure as default };