@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIWeatherDownpour = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIWeatherDownpour = function TIWeatherDownpour(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15 22a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm-6 0a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm3 2a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm-6-6c-2.206 0-4-1.794-4-4a4.007 4.007 0 0 1 3.001-3.874L5 10c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.586 7.771 22 10.128 22 13a5.011 5.011 0 0 1-3.666 4.819 1 1 0 1 1-.532-1.927A3.008 3.008 0 0 0 20 13c0-1.654-1.346-3-3-3-.242 0-.499.041-.811.13l-1.074.306-.185-1.102A3.98 3.98 0 0 0 11 6a4.004 4.004 0 0 0-3.918 4.808l.248 1.202-1.422-.016C4.897 12 4 12.897 4 14s.897 2 2 2a1 1 0 1 1 0 2z"
})
}));
};
exports.TIWeatherDownpour = TIWeatherDownpour;