@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Temperature20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.333 3.25A1.75 1.75 0 0 0 6.583 5v5a.75.75 0 0 1-.315.611 3.417 3.417 0 1 0 4.13 0 .75.75 0 0 1-.315-.611V5a1.75 1.75 0 0 0-1.75-1.75Zm4.917 10.083c0-1.47-.646-2.789-1.667-3.689V5a3.25 3.25 0 0 0-6.5 0v4.644a4.917 4.917 0 1 0 8.167 3.69Zm.5-10.083a.5.5 0 1 0 0 1h2.5a.5.5 0 0 0 0-1h-2.5Zm-.5 3.417a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 0 1h-2.5a.5.5 0 0 1-.5-.5Zm.5 2.416a.5.5 0 1 0 0 1h2.5a.5.5 0 1 0 0-1h-2.5ZM9.083 11.3V6.667h-1.5V11.3a2.167 2.167 0 1 0 1.5 0Z" })));
};
exports.default = Temperature20;