UNPKG

sebikostudio-icons

Version:
34 lines 1.63 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const TemperatureIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, ...props }, ref) => /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "temp, temperature, degrees, hot, celsius", style: style, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M7.5 4L7.5 10.8973C7.5 11.2007 7.35672 11.4826 7.14424 11.6992C6.43646 12.4207 6 13.4094 6 14.5C6 16.7091 7.79086 18.5 10 18.5C12.2091 18.5 14 16.7091 14 14.5C14 13.4094 13.5635 12.4207 12.8558 11.6992C12.6433 11.4826 12.5 11.2007 12.5 10.8973L12.5 4C12.5 3.17157 11.8284 1.5 10 1.5C8.17157 1.5 7.5 3.17157 7.5 4Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M11.5 14.5C11.5 15.3284 10.8284 16 10 16C9.17157 16 8.5 15.3284 8.5 14.5C8.5 13.6716 9.17157 13 10 13C10.8284 13 11.5 13.6716 11.5 14.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/React.createElement("path", { d: "M10 8.5V12.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))); export default TemperatureIcon;