UNPKG

@carbon/icons-react

Version:

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

40 lines (36 loc) 1.52 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 AiObservability = /*#__PURE__*/React.forwardRef(function AiObservability({ 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,11v-2h-4v2h1v7h-1v2h4v-2h-1v-7h1ZM28.6182,25.9732l-1.7236-3.4626c-.3389-.6808-1.4502-.6808-1.7891,0l-3.1055,6.2391-1.1055-2.2213c-.1694-.3403-.5156-.5552-.8945-.5552h-4v2.0089h3.3818l1.7236,3.4626c.1694.3404.5156.5552.8945.5552s.7251-.2148.8945-.5552l3.1055-6.2391,1.1055,2.2213c.1694.3404.5156.5552.8945.5552h4v-2.0089h-3.3818,0ZM13,9h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2h2l-3.5005-11ZM9.7058,16.0001h0l1.6284-5.4112.2559-.0024,1.6736,5.4136h-3.5579ZM2,2h26v15h2V0H0v30h11v-2H2V2Z" })), children); }); if (process.env.NODE_ENV !== "production") { AiObservability.propTypes = iconPropTypes.iconPropTypes; } module.exports = AiObservability;