UNPKG

@carbon/icons-react

Version:

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

38 lines (35 loc) 1.71 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. */ import React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const RedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function RedHatAiInstructlabOnIbmCloud({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { 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: "M21,10c-1.3016,0-2.3906.8409-2.805,2.002l-8.195-.002v2l8.1945.002c.4138,1.162,1.5032,1.998,2.8055,1.998,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM21,14c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM24,18l-8.1796.001c-.4146-1.1608-1.519-2.001-2.8204-2.001-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.3025,0,2.4076-.8367,2.8213-1.999l8.1787-.001v-2ZM13,20c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1ZM29.8801,16.4801l-6,11c-.1799.3198-.51.5199-.88.5199h-14c-.37,0-.7001-.2001-.88-.5199l-6-11c-.16-.3-.16-.6602,0-.9601l4.11-7.53,1.74,1-3.83,7.01,5.45,10h12.8201l5.45-10-5.45-10h-13.41v-2h14c.37,0,.7001.2001.88.52l6,11c.1599.2999.1599.66,0,.9601h-.0001Z" })), children); }); if (process.env.NODE_ENV !== "production") { RedHatAiInstructlabOnIbmCloud.propTypes = iconPropTypes; } export { RedHatAiInstructlabOnIbmCloud as default };