UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.69 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 { _ 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 IbmZOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmZOpenEnterpriseLanguages({ 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: "M23.255,30.255l-0.51-0.51\tL27.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\tL19.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\tc0-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\tc-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\tc0-0.353-0.287-0.64-0.64-0.64H11z" })), children); }); export { IbmZOpenEnterpriseLanguages as default };