@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
42 lines (38 loc) • 2.9 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.
*/
;
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, _path2;
const AgentDetached = /*#__PURE__*/React.forwardRef(function AgentDetached({
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: "M28,13c-1.3019,0-2.4016.8384-2.8157,2h-4.4608c-.0863-.1484-.1849-.29-.3094-.4146l-.7928-.7925,3.0935-3.0938c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3006,1.2852l-3.0936,3.0938-.793-.793c-.1256-.126-.267-.2236-.4141-.3091v-4.4609c1.1615-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8385,2.4014,2,2.8154v4.4614c-.147.0854-.2885.1831-.4141.3091l-.7932.793-3.0934-3.0938c.1871-.3906.3006-.8232.3006-1.2852,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3,1.3457,3,3,3c.4617,0,.8942-.1133,1.2853-.3008l3.0934,3.0938-.7927.7925c-.1245.1245-.2231.2661-.3094.4146h-4.4608c-.4141-1.1616-1.5138-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.3019,0,2.4016-.8384,2.8157-2h4.4609c.0862.1479.1849.2896.3093.4141l3,3c.1256.1255.267.2236.4141.3091v4.4609c-1.1615.4146-2,1.5142-2,2.8159,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8385-2.4014-2-2.8159v-4.4609c.147-.0854.2885-.1836.4141-.3091l.793-.793,3.0936,3.0938c-.1871.3911-.3007.8232-.3007,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.8942.1133-1.2853.3008l-3.0936-3.0938.7929-.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-3h.0002ZM24,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-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-1,1,.4482,1,1-.4485,1-1,1ZM16,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"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M4 21 4 23 7.5897 23 2.293 28.2925 3.707 29.7075 9 24.4185 9 28 11 28 11 23 11 21 9 21 4 21z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AgentDetached.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = AgentDetached;