UNPKG

@carbon/icons-react

Version:

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

54 lines (51 loc) 1.82 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. */ import React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _circle, _circle2, _path2, _circle3, _path3; const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { 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: "M6 17H14V19H6z" })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "3", cy: "18", r: "1" })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { cx: "13", cy: "14", r: "1" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M2 13H10V15H2zM6 9H14V11H6z" })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { cx: "3", cy: "10", r: "1" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmWatsonDiscovery.propTypes = iconPropTypes; } export { IbmWatsonDiscovery as default };