@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.17 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:ibm--z-and-cloud-modernization-stack-provisioning/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 IbmZAndCloudModernizationStackProvisioning = /*#__PURE__*/ React.forwardRef(function IbmZAndCloudModernizationStackProvisioning({ 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,30.36 c-0.062,0-0.125-0.017-0.181-0.05l-12-7C3.708,23.246,3.64,23.128,3.64,23v-5h0.72v4.793L16,29.583l4.09-2.386l0.363,0.621 l-4.271,2.492C16.125,30.344,16.062,30.36,16,30.36z M23.909,25.803l-0.363-0.621l4.094-2.389V9.207l-4.101-2.392l0.363-0.622 l4.279,2.496C28.292,8.753,28.36,8.872,28.36,9v14c0,0.128-0.068,0.246-0.179,0.311L23.909,25.803z M21,21.36h-4 c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4 C21.36,21.199,21.199,21.36,21,21.36z M17.36,20.64h3.279v-3.28H17.36V20.64z M14,21.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-4 c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4C14.36,21.199,14.199,21.36,14,21.36z M10.36,20.64h3.28v-3.28 h-3.28V20.64z M21,14.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4 C21.36,14.199,21.199,14.36,21,14.36z M17.36,13.64h3.279v-3.28H17.36V13.64z M4.36,14H3.64V9c0-0.128,0.068-0.247,0.179-0.311l12-7 c0.111-0.065,0.251-0.065,0.362,0l4.266,2.488l-0.363,0.622L16,2.417L4.36,9.207V14z" }), children]
});
});
//#endregion
export { IbmZAndCloudModernizationStackProvisioning as default };