@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 983 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Temperature = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 2a4 4 0 0 1 4 3.8v6.93l.06.06c.8.86 1.3 1.97 1.41 3.16l.02.27.01.28a5.5 5.5 0 1 1-9.73-3.51l.17-.2.06-.06V6a4 4 0 0 1 3.6-3.98l.2-.02h.2zm0 2a2 2 0 0 0-2 1.85v7.75l-.33.3A3.49 3.49 0 0 0 12 20a3.5 3.5 0 0 0 2.49-5.96l-.16-.15-.33-.3V6a2 2 0 0 0-2-2zm0 4a1 1 0 0 1 1 1v5.2a2.5 2.5 0 1 1-2 0V9a1 1 0 0 1 1-1z"
}));
});
Temperature.displayName = 'Temperature';
export var TemperatureDimensions = {
height: 24,
width: 24
};