@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
58 lines (54 loc) • 2.1 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.
*/
'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 _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8;
const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx({
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
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "9",
cy: "27",
r: "1"
})), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M22 5 20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M12,15H6a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,6,2h6V4H6v9h6Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M2 18H6V20H2z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M8 18H12V20H8z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M14 18H18V20H14z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M20 18H24V20H20z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M26 18H30V20H26z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M26,31H6a2.0021,2.0021,0,0,1-2-2V25a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,31ZM6,25v4H26V25Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
InstanceCx.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = InstanceCx;