UNPKG

@carbon/icons-react

Version:

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

43 lines (41 loc) 1.87 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. */ const require_chunk = require('./chunk-CsKB0u1v.js'); const require_Icon_js = require('./Icon.js'); const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js'); let react = require("react"); react = require_chunk.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:IbmWatsonDiscovery.js const IbmWatsonDiscovery = react.default.forwardRef(function IbmWatsonDiscovery({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon_js, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 17H14V19H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", { cx: "3", cy: "18", r: "1" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", { cx: "13", cy: "14", r: "1" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 13H10V15H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 9H14V11H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", { cx: "3", cy: "10", r: "1" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("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 = require_iconPropTypes.iconPropTypes; //#endregion module.exports = IbmWatsonDiscovery;