@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.57 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 IbmZOsContainerPlatform = /*#__PURE__*/React.forwardRef(function IbmZOsContainerPlatform({
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: "M16,31.36\tc-0.001,0-0.002,0-0.003,0H1c-0.199,0-0.36-0.161-0.36-0.36V16.001c0-0.001,0-0.002,0-0.003V1c0-0.199,0.161-0.36,0.36-0.36h15\tc0.199,0,0.36,0.161,0.36,0.36v14.64H31c0.199,0,0.36,0.161,0.36,0.36v15c0,0.199-0.161,0.36-0.36,0.36H16.003\tC16.002,31.36,16.001,31.36,16,31.36z M16.36,30.64h14.28V16.36H16.36V30.64z M1.36,30.64h13.771L1.36,16.869V30.64z M1.869,16.36\tL15.64,30.131V16.36H1.869z M1.869,15.64H15.64V1.869L1.869,15.64z M1.36,1.36v13.771L15.131,1.36H1.36z M31,11.36H21\tc-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36v10\tC31.36,11.199,31.199,11.36,31,11.36z M21.36,10.64h9.279V1.36H21.36V10.64z"
})), children);
});
export { IbmZOsContainerPlatform as default };