@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
46 lines (43 loc) • 1.73 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3, _path4, _path5;
const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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.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"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("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"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("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"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M12,4H8v2h4v2H9v2h3v2H8v2h4c1.1,0,2-0.9,2-2V6C14,4.9,13.1,4,12,4z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M6 11 2 11 4 8z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
SummaryKpiMirror.propTypes = iconPropTypes;
}
export { SummaryKpiMirror as default };