@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
38 lines (35 loc) • 2.99 kB
JavaScript
/**
* 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 AiAgentInvocation = /*#__PURE__*/React.forwardRef(function AiAgentInvocation({
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: "M28,13c-1.302,0-2.4016.8384-2.8157,2h-4.4609c-.0862-.1484-.1848-.29-.3093-.4146l-.793-.7925,3.0935-3.0938c.3911.1875.8236.3008,1.2854.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1134.894.3005,1.2852l-3.0936,3.0938-.7928-.793c-.1257-.126-.2672-.2241-.4143-.3096v-4.4604c1.1616-.4141,2.0002-1.5137,2.0002-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8384,2.4014,1.9998,2.8154v4.4614c-.147.0854-.2883.1831-.4138.3091l-.793.793-3.0935-3.0938c.187-.3906.3005-.8232.3005-1.2852,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.4617,0,.894-.1133,1.2852-.3003l3.0935,3.0933-.7927.7925c-.1245.1245-.2231.2661-.3093.4146h-4.4609c-.4141-1.1616-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8384,2.8157-2h4.4609c.0862.1479.1848.2896.3093.4141l.7928.793-3.0936,3.0933c-.3911-.187-.8235-.3003-1.2852-.3003-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.4619-.1135-.8945-.3005-1.2856l3.0935-3.0933.793.793c.1255.1255.2668.2236.4138.3091v4.4614c-1.1614.4141-1.9998,1.5137-1.9998,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3022-.8386-2.4019-2.0002-2.8159v-4.4609c.1471-.0854.2886-.1831.4143-.3091l.793-.793,3.0935,3.0938c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4618,0-.8943.1133-1.2854.3008l-3.0935-3.0938.793-.793c.1245-.1245.2231-.2661.3093-.4141h4.4609c.4141,1.1616,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM24,7c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM7,8c0-.5518.4485-1,1-1s1,.4482,1,1-.4485,1-1,1-1-.4482-1-1ZM8,25c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM25,24c0,.5518-.4485,1-1,1s-1-.4482-1-1,.4485-1,1-1,1,.4482,1,1ZM16,3c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1ZM4,17c-.5515,0-1-.4482-1-1s.4485-1,1-1c.551,0,.999.4478.9998.999v.002c-.0007.5513-.4487.999-.9998.999ZM16,29c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1ZM16,18.9995l-3-2.9995,3-3,3,3-3,2.9995ZM28,17c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AiAgentInvocation.propTypes = iconPropTypes;
}
export { AiAgentInvocation as default };