@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (38 loc) • 1.85 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.
*/
const require_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:EnumerationDefinition.js
const EnumerationDefinition = react.default.forwardRef(function EnumerationDefinition({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m19.5328,16.0691c0-.9631.8772-1.4445,1.7885-1.4445,1.0486,0,1.4783.6532,1.4783,1.9257v5.4497h2.2004v-5.6732c0-2.2352-1.0315-3.5072-2.8712-3.5072-1.3922,0-2.1488.7395-2.5096,1.7021h-.0863v-1.4957h-2.2006v8.974h2.2006v-5.9309Z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "M14.908 19.9883 9.2693 19.9883 9.2693 16.9282 14.2548 16.9282 14.2548 14.917 9.2693 14.917 9.2693 12.0117 14.908 12.0117 14.908 10 7 10 7 22 14.908 22 14.908 19.9883z"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
strokeWidth: "0",
d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
}), children);
});
if (process.env.NODE_ENV !== "production") EnumerationDefinition.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = EnumerationDefinition;