UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

56 lines (53 loc) 2.41 kB
/** * 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 _circle, _circle2, _circle3, _path, _path2, _path3, _path4; const HeatMap_02 = /*#__PURE__*/React.forwardRef(function HeatMap_02({ 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 }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "21", cy: "20", r: "2" })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { cx: "14", cy: "12", r: "2" })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { cx: "29", cy: "19", r: "1" })), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M26.5,30A3.5,3.5,0,1,1,30,26.5,3.5041,3.5041,0,0,1,26.5,30Zm0-5A1.5,1.5,0,1,0,28,26.5,1.5017,1.5017,0,0,0,26.5,25Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M14,30a3.958,3.958,0,0,1-2.126-.6211,6.9977,6.9977,0,1,1,4.1109-6.8384A3.9916,3.9916,0,0,1,14,30Zm-1.8843-3.0278.5391.4946a1.9915,1.9915,0,1,0,2.0039-3.343l-.6909-.2432.03-.8467a5.0085,5.0085,0,1,0-2.5166,4.3023Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M24,16a6.0067,6.0067,0,0,1-6-6,5.3246,5.3246,0,0,1,.0269-.5327A3.9564,3.9564,0,0,1,16,6a4.0045,4.0045,0,0,1,4-4,3.9564,3.9564,0,0,1,3.4673,2.0271C23.6484,4.009,23.8252,4,24,4a6,6,0,0,1,0,12ZM20,4a2.0021,2.0021,0,0,0-2,2,1.9805,1.9805,0,0,0,1.43,1.9023l.9018.2706-.2153.9162A3.9938,3.9938,0,1,0,24,6a4.0064,4.0064,0,0,0-.9121.1162l-.9155.2141-.27-.9006A1.9807,1.9807,0,0,0,20,4Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M6.5,11A4.5,4.5,0,1,1,11,6.5,4.5051,4.5051,0,0,1,6.5,11Zm0-7A2.5,2.5,0,1,0,9,6.5,2.503,2.503,0,0,0,6.5,4Z" })), children); }); if (process.env.NODE_ENV !== "production") { HeatMap_02.propTypes = iconPropTypes; } export { HeatMap_02 as default };