@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.29 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 HotWater64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M32.705 7.374a1 1 0 1 0-1.414-1.414c-1.186 1.186-1.584 2.406-1.407 3.64.153 1.077.744 2.06 1.211 2.838l.046.076c.526.878.901 1.532.992 2.169.074.516-.028 1.13-.842 1.943a1 1 0 1 0 1.415 1.414c1.186-1.186 1.583-2.406 1.407-3.64-.154-1.078-.745-2.061-1.212-2.839l-.045-.076c-.527-.877-.902-1.531-.993-2.168-.073-.516.029-1.13.842-1.943ZM32 22.5a1.5 1.5 0 0 1 1.5 1.5c0 .136.056.416.323.89.26.463.66 1.005 1.198 1.643.642.76 1.37 1.534 2.172 2.388.6.637 1.241 1.32 1.922 2.076C42.115 34.33 45.5 38.71 45.5 44c0 7.456-6.044 13.5-13.5 13.5S18.5 51.456 18.5 44c0-5.29 3.385-9.67 6.385-13.003.68-.757 1.322-1.439 1.921-2.076.803-.854 1.53-1.627 2.172-2.388.538-.638.938-1.18 1.199-1.643.267-.474.323-.753.323-.89a1.5 1.5 0 0 1 1.5-1.5Zm4.885 10.503c3 3.334 5.615 6.953 5.615 10.997 0 5.799-4.701 10.5-10.5 10.5S21.5 49.799 21.5 44c0-4.044 2.615-7.663 5.615-10.997.573-.636 1.182-1.285 1.778-1.92.867-.925 1.71-1.823 2.378-2.616.255-.302.5-.606.729-.91.228.304.474.608.728.91.67.793 1.511 1.69 2.38 2.615.595.636 1.204 1.285 1.777 1.921Zm-12.179-21.71a1 1 0 0 1 0 1.414c-.449.45-.51.81-.465 1.169.058.464.3.97.652 1.677l.033.065c.31.62.71 1.419.815 2.258.122.974-.15 1.947-1.035 2.831a1 1 0 0 1-1.414-1.414c.449-.45.51-.81.465-1.169-.058-.464-.3-.97-.652-1.677l-.033-.066c-.31-.618-.71-1.418-.815-2.257-.122-.974.15-1.947 1.035-2.831a1 1 0 0 1 1.414 0Zm16.77 1.414a1 1 0 0 0-1.413-1.414c-.885.884-1.157 1.857-1.035 2.831.105.84.505 1.639.815 2.257l.032.066c.353.706.594 1.213.653 1.677.044.36-.016.72-.465 1.169a1 1 0 0 0 1.414 1.414c.884-.884 1.157-1.857 1.035-2.831-.105-.84-.505-1.639-.815-2.258l-.033-.065c-.353-.706-.594-1.213-.652-1.677-.045-.36.016-.72.465-1.169Z" })));
};
exports.default = HotWater64;