@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 1.76 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:SummaryKpiMirror.js
const SummaryKpiMirror = react.default.forwardRef(function SummaryKpiMirror({ 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", { d: "M24.3,27.5l5.7-5.1L28.7,21L23,26l-7.7-7.4c-0.7-0.7-1.9-0.7-2.7,0L9,22l-5.6-6L2,17.4l5.6,6c0.8,0.8,2,0.8,2.8,0.1L14,20 l7.7,7.4C22.4,28.2,23.6,28.2,24.3,27.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 12 28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14h-6v-4c0-1.1,0.9-2,2-2h2V6h-4V4h4c1.1,0,2,0.9,2,2v2c0,1.1-0.9,2-2,2h-2v2h4V14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4H8v2h4v2H9v2h3v2H8v2h4c1.1,0,2-0.9,2-2V6C14,4.9,13.1,4,12,4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11 2 11 4 8z" }), children);
});
if (process.env.NODE_ENV !== "production") SummaryKpiMirror.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = SummaryKpiMirror;