UNPKG

@carbon/icons-react

Version:

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

64 lines (60 loc) 2.4 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, _circle, _circle2, _path2, _path3, _path4, _circle3, _circle4, _path5; const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer({ 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: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z" })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "24", cy: "5", r: "1" })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { cx: "19", cy: "5", r: "1" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M15,0l13,0c1.1,0,2,0.9,2,2v10c0,1.1-0.9,2-2,2h-3.5l-1.7,3L21,16l2.3-4H28V2H15v10h5v2h-5c-1.1,0-2-0.9-2-2V2 C13,0.9,13.9,0,15,0z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M20,19v6c0,0.6-0.4,1-1,1h-5v2h5c1.7,0,3-1.3,3-3v-6H20z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M15.4,20.4c-0.8,1-2.1,1.6-3.4,1.6s-2.6-0.6-3.4-1.6L7,21.6c1.2,1.4,3,2.4,5,2.4s3.8-0.9,5-2.4L15.4,20.4z" })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { cx: "15.5", cy: "17.5", r: "1.5" })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", { cx: "8.5", cy: "17.5", r: "1.5" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmWatsonToneAnalyzer.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmWatsonToneAnalyzer;