UNPKG

@carbon/icons-react

Version:

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

48 lines (44 loc) 2.05 kB
/** * Copyright IBM Corp. 2016, 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _path3, _path4, _path5; const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M28,17H18a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h4V25H18V19H28v6H25.4648l-2.5937,3.8906L24.5352,30l2-3H28a2.0025,2.0025,0,0,0,2-2V19A2.0025,2.0025,0,0,0,28,17Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M8.6667,24.1086l.8614-.8615a.8334.8334,0,0,1,.8988-.1844l1.0493.42A.8334.8334,0,0,1,12,24.2561v1.9082a.8334.8334,0,0,1-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316,0,0,1,2.8343,17H4.7085a.8335.8335,0,0,1,.7737.5238l.42,1.0493a.8332.8332,0,0,1-.1845.8988l-.8614.8614A4.5267,4.5267,0,0,0,8.6667,24.1086Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M21 9H28V11H21z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M21 5H30V7H21z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M17,6,14,8.2V6a2.0024,2.0024,0,0,0-2-2H4A2.0024,2.0024,0,0,0,2,6v6a2.0024,2.0024,0,0,0,2,2h8a2.0024,2.0024,0,0,0,2-2V9.8L17,12ZM4,12V6h8v6Z" })), children); }); if (process.env.NODE_ENV !== "production") { CommunicationUnified.propTypes = iconPropTypes.iconPropTypes; } module.exports = CommunicationUnified;