@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.04 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.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:ibm--z-open-enterprise-languages/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 IbmZOpenEnterpriseLanguages = /*#__PURE__*/ react.default.forwardRef(function IbmZOpenEnterpriseLanguages({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.255,30.255l-0.51-0.51 L27.491,25l-4.746-4.745l0.51-0.51L28.509,25L23.255,30.255z M19.745,30.255L14.491,25l5.254-5.255l0.51,0.51L15.509,25l4.746,4.745 L19.745,30.255z M23.36,14.36h-0.72V5.64h0.721L23.36,14.36L23.36,14.36z M19.36,14.36h-0.72V5.64h0.721L19.36,14.36L19.36,14.36z M7.36,14.36H6.64V5.64h0.72C7.36,5.64,7.36,14.36,7.36,14.36z M11,27.36H3c-0.199,0-0.36-0.161-0.36-0.36V3 c0-0.199,0.161-0.36,0.36-0.36h24c0.199,0,0.36,0.161,0.36,0.36v14h-0.72V3.36H3.36v23.28H11V27.36z M14,14.36h-3 c-0.75,0-1.36-0.61-1.36-1.36V7c0-0.75,0.61-1.36,1.36-1.36h3c0.75,0,1.36,0.61,1.36,1.36v6C15.36,13.75,14.75,14.36,14,14.36z M11,6.36c-0.353,0-0.64,0.287-0.64,0.64v6c0,0.353,0.287,0.64,0.64,0.64h3c0.353,0,0.64-0.287,0.64-0.64V7 c0-0.353-0.287-0.64-0.64-0.64H11z" }), children]
});
});
//#endregion
module.exports = IbmZOpenEnterpriseLanguages;