UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.9 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. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:watsonx--assistant/index.js /** * 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. */ const WatsonxAssistant = /*#__PURE__*/ React.forwardRef(function WatsonxAssistant({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M13,17c0,0.552-0.448,1-1,1s-1-0.448-1-1 s0.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 s0.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 c0.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 c-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 c0,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 c0-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 c0.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 c0.137,0,0.261,0.077,0.322,0.199l2,4L22.678,16.161z" }), children] }); }); //#endregion export { WatsonxAssistant as default };