@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.23 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 HotWater48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M24.706 5.707a1 1 0 0 0-1.414-1.414c-.937.936-1.272 1.927-1.127 2.942.123.86.59 1.636.935 2.211l.041.068c.402.67.652 1.115.711 1.534.043.297.003.681-.56 1.245a1 1 0 1 0 1.414 1.414c.936-.936 1.271-1.927 1.126-2.942-.123-.86-.59-1.637-.935-2.211l-.04-.069c-.402-.669-.652-1.114-.712-1.533-.042-.297-.003-.681.56-1.245ZM24 16.5a1.5 1.5 0 0 1 1.5 1.5c0 .012.01.156.194.483.179.318.461.704.859 1.175.478.567 1.01 1.132 1.604 1.763.449.478.934.993 1.458 1.576 2.25 2.5 4.885 5.88 4.885 10.003 0 5.799-4.701 10.5-10.5 10.5S13.5 38.799 13.5 33c0-4.123 2.635-7.504 4.885-10.003.524-.583 1.009-1.098 1.458-1.575.594-.632 1.126-1.197 1.604-1.764.398-.471.68-.857.859-1.175.184-.327.194-.471.194-.483a1.5 1.5 0 0 1 1.5-1.5Zm3.385 8.503c2.25 2.5 4.115 5.12 4.115 7.997a7.5 7.5 0 0 1-15 0c0-2.877 1.865-5.496 4.115-7.997.417-.463.868-.944 1.315-1.42.658-.702 1.305-1.392 1.81-1.99.088-.105.175-.21.26-.315.085.105.172.21.26.314.505.6 1.152 1.289 1.81 1.991h.001c.446.476.897.958 1.314 1.42Zm-8.679-16.71a1 1 0 0 1 0 1.414c-.282.282-.301.476-.277.669.037.297.195.637.465 1.177l.03.058c.228.458.546 1.092.63 1.765.1.807-.13 1.614-.848 2.331a1 1 0 0 1-1.414-1.414c.282-.282.301-.476.277-.669-.037-.297-.194-.637-.464-1.177l-.03-.059c-.229-.457-.546-1.09-.63-1.764-.101-.807.13-1.613.847-2.331a1 1 0 0 1 1.414 0Zm12.578 1.414a1 1 0 0 0-1.414-1.414c-.717.718-.948 1.524-.847 2.331.084.673.401 1.307.63 1.764l.03.06c.27.539.427.879.465 1.176.024.193.005.386-.278.669a1 1 0 0 0 1.414 1.414c.718-.718.949-1.524.848-2.331-.084-.673-.402-1.307-.63-1.764l-.03-.06c-.27-.539-.428-.879-.465-1.176-.024-.193-.005-.387.277-.669Z" })));
};
exports.default = HotWater48;