@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.8 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const ItInfrastructure = /*#__PURE__*/React.forwardRef(function ItInfrastructure({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M31,31.36h-8c-0.199,0-0.36-0.161-0.36-0.36\tv-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\tc0-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\tc0-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\tc0.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\tC31.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\tV23c0-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\tc0,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\tV1.36H23.36V8.64z M5.36,8.64h7.28V1.36H5.36V8.64z"
})), children);
});
export { ItInfrastructure as default };