UNPKG

@carbon/icons-react

Version:

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

40 lines (36 loc) 1.55 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; const IbmWatsonxCodeAssistantForZUnderstand = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZUnderstand({ 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: "M22.6,21.2c1.5-2,2.4-4.5,2.4-7.2,0-6.6-5.4-12-12-12-3.3,0-6.4,1.3-8.7,3.8l1.5,1.4c1.8-2.1,4.4-3.2,7.2-3.2,5.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.3c2.2,2.7,5.6,4.3,9.2,4.3,3.2,0,6.1-1.3,8.3-3.3l7.3,7.3,1.4-1.4s-7.4-7.4-7.4-7.4ZM16,18l4-4-4-4-1.42,1.41,2.59,2.59-2.58,2.58,1.41,1.42ZM6,10l-4,4,4,4,1.42-1.41-2.59-2.59,2.58-2.58-1.41-1.42ZM11.3044,9l-2.5405,9.4824,1.9316.5176,2.5405-9.4824s-1.9316-.5176-1.9316-.5176Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmWatsonxCodeAssistantForZUnderstand.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmWatsonxCodeAssistantForZUnderstand;