@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.63 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-os-package-manager/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 IbmZOsPackageManager = /*#__PURE__*/ React.forwardRef(function IbmZOsPackageManager({ 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: "M4.36,14H3.64V9 c0-0.128,0.068-0.247,0.179-0.311l12-7c0.111-0.065,0.251-0.065,0.362,0l4.266,2.488l-0.363,0.622L16,2.417L4.36,9.207V14z M16,29.583l-11.64-6.79V18H3.64v5c0,0.128,0.068,0.246,0.179,0.311l12,7c0.056,0.033,0.119,0.05,0.181,0.05 c0.062,0,0.125-0.017,0.182-0.05l4.271-2.492l-0.363-0.621L16,29.583z M28.182,8.689l-4.279-2.496L23.54,6.815l4.101,2.392v13.586 l-4.094,2.389l0.363,0.621l4.272-2.492c0.11-0.064,0.179-0.183,0.179-0.311V9C28.36,8.872,28.292,8.753,28.182,8.689z M16.36,21.131 V10h-0.72v11.131l-4.386-4.386l-0.509,0.509L16,22.509l5.255-5.254l-0.51-0.509L16.36,21.131z" }), children]
});
});
//#endregion
export { IbmZOsPackageManager as default };