UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.71 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:ibm--z-os-container-platform/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 IbmZOsContainerPlatform = /*#__PURE__*/ React.forwardRef(function IbmZOsContainerPlatform({ 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: "M16,31.36 c-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 c0.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 C16.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 L15.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 c-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 C31.36,11.199,31.199,11.36,31,11.36z M21.36,10.64h9.279V1.36H21.36V10.64z" }), children] }); }); //#endregion export { IbmZOsContainerPlatform as default };