UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.83 kB
/** * Copyright IBM Corp. 2019, 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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const WatsonxAssistant = /*#__PURE__*/React.forwardRef(function WatsonxAssistant({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M13,17c0,0.552-0.448,1-1,1s-1-0.448-1-1\ts0.448-1,1-1S13,16.448,13,17z M17,16c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S17.552,16,17,16z M7,16c-0.552,0-1,0.448-1,1\ts0.448,1,1,1s1-0.448,1-1S7.552,16,7,16z M13.299,31.199L12.7,30.801l4-6c0.067-0.101,0.179-0.161,0.3-0.161h4\tc0.904,0,1.64-0.735,1.64-1.64v-4h0.721v4c0,1.302-1.059,2.36-2.36,2.36h-3.808L13.299,31.199z M13,25.36H3\tc-1.301,0-2.36-1.059-2.36-2.36V11c0-1.301,1.059-2.36,2.36-2.36h10v0.72H3c-0.904,0-1.64,0.736-1.64,1.64v12\tc0,0.904,0.736,1.64,1.64,1.64h10V25.36z M22.678,16.161l-1.9-3.801H18c-1.301,0-2.36-1.059-2.36-2.36V3\tc0-1.301,1.059-2.36,2.36-2.36h11c1.302,0,2.36,1.059,2.36,2.36v7c0,1.301-1.059,2.36-2.36,2.36h-5v-0.72h5\tc0.904,0,1.64-0.736,1.64-1.64V3c0-0.904-0.735-1.64-1.64-1.64H18c-0.904,0-1.64,0.736-1.64,1.64v7c0,0.904,0.736,1.64,1.64,1.64h3\tc0.137,0,0.261,0.077,0.322,0.199l2,4L22.678,16.161z" })), children); }); module.exports = WatsonxAssistant;