UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.01 kB
'use strict'; 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 Temperature24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M10 4a2 2 0 0 0-2 2v6a.999.999 0 0 1-.419.814 4 4 0 1 0 4.838 0A.999.999 0 0 1 12 12V6a2 2 0 0 0-2-2Zm6 12a5.987 5.987 0 0 0-2-4.472V6a4 4 0 0 0-8 0v5.528A6 6 0 1 0 16 16Zm.5-12a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3ZM16 8a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 16 8Zm.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3ZM10 18.5a2.5 2.5 0 0 0 1-4.792V8H9v5.708a2.5 2.5 0 0 0 1 4.792Z" }))); }; exports.default = Temperature24;