@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.37 kB
JavaScript
'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 Temperature32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M13.333 5a3 3 0 0 0-3 3v8a.999.999 0 0 1-.422.816 5.667 5.667 0 1 0 6.844 0 .999.999 0 0 1-.422-.816V8a3 3 0 0 0-3-3ZM21 21.333a7.651 7.651 0 0 0-2.667-5.812V8a5 5 0 0 0-10 0v7.521A7.667 7.667 0 1 0 21 21.333ZM22 5.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1h-4Zm-.5 5.167a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5Zm.5 4.166a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1h-4Zm-8.667 9.834a3.333 3.333 0 0 0 1-6.514v-7.486h-2v7.486a3.335 3.335 0 0 0 1 6.514Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Temperature32;