@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
37 lines (35 loc) • 2 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:TemperatureHot.js
const TemperatureHot = react.default.forwardRef(function TemperatureHot({ 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: "M26 13H30V15H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M23.121 5.879H27.121V7.879H23.121z",
transform: "rotate(-45 25.121 6.879)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M24.121 19.121H26.121V23.121H24.121z",
transform: "rotate(-45 25.121 21.121)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2H19V6H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,8a6.0365,6.0365,0,0,0-1,.09v2.0518A3.9567,3.9567,0,0,1,18,10a4,4,0,0,1,0,8v2A6,6,0,0,0,18,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V7H8V20.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") TemperatureHot.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = TemperatureHot;