@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 916 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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24 9a3.75 3.75 0 0 0-3.75 3.75v15.2l-.48.45a6.25 6.25 0 1 0 8.47 0l-.49-.44V12.75A3.75 3.75 0 0 0 24 9Zm-6.75 3.75a6.75 6.75 0 0 1 13.5 0v13.93a9.25 9.25 0 1 1-13.5 0V12.75ZM28 33a4 4 0 1 1-5.5-3.7V18.5a1.5 1.5 0 0 1 3 0v10.8A4 4 0 0 1 28 33Z"
}));
});
Temperature.displayName = 'Temperature';
export var TemperatureDimensions = {
height: 48,
width: 48
};