@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
61 lines (57 loc) • 2.24 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 _path, _circle, _circle2, _path2, _path3, _circle3, _path4, _path5;
const CarbonUiBuilder = /*#__PURE__*/React.forwardRef(function CarbonUiBuilder({
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: "M24 28H30V30H24z"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "21",
cy: "29",
r: "1"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "29",
cy: "25",
r: "1"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M20 24H26V26H20z",
transform: "rotate(-180 23 25)"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M24 20H30V22H24z"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "21",
cy: "21",
r: "1"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M21.4927,14.1299l-8.5-4.8149c-.3057-.1729-.6797-.1729-.9854,0L3.5073,14.1299c-.3135,.1777-.5073,.5098-.5073,.8701v10c0,.3604,.1938,.6924,.5073,.8701l8.5,4.8149,.9854-1.7402-7.9927-4.5278V15.583l7.5-4.2485,7.5,4.2485v2.417h2v-3c0-.3604-.1938-.6924-.5073-.8701Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M25,15h2V7c0-.3604-.1938-.6924-.5073-.8701L17.9927,1.3149c-.3057-.1729-.6797-.1729-.9854,0L8.5074,6.1299l.9854,1.7402L17.5,3.3345l7.5,4.2485v7.417Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CarbonUiBuilder.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = CarbonUiBuilder;