@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 3.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIWeatherSandstorm = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIWeatherSandstorm = function LIWeatherSandstorm(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1 8.124c0 .121.045.227.141.313.08.096.187.141.318.141h7.407a.513.513 0 0 1 .518.525.48.48 0 0 1-.15.363.517.517 0 0 1-.373.146.506.506 0 0 1-.369-.146.383.383 0 0 0-.302-.132.454.454 0 0 0-.323.132.414.414 0 0 0-.136.307c0 .126.045.232.141.318.283.277.615.418.989.418.393 0 .73-.136 1.013-.408.282-.272.418-.6.418-.993 0-.394-.14-.726-.423-1.009a1.38 1.38 0 0 0-1.008-.423H1.459a.454.454 0 0 0-.323.13.42.42 0 0 0-.136.318Zm0-1.653c0 .116.045.216.141.307.086.09.192.131.318.131h10.104c.393 0 .731-.136 1.013-.413A1.33 1.33 0 0 0 13 5.503a1.36 1.36 0 0 0-.424-1.004 1.398 1.398 0 0 0-1.013-.418 1.34 1.34 0 0 0-.983.403.426.426 0 0 0-.136.338c0 .13.045.237.13.317a.448.448 0 0 0 .318.122.46.46 0 0 0 .318-.122.453.453 0 0 1 .353-.156c.146 0 .267.05.368.151.1.101.151.222.151.369a.48.48 0 0 1-.15.363.514.514 0 0 1-.369.146H1.459A.454.454 0 0 0 1 6.47Zm.792 3.489c0 .12.04.216.12.292.081.08.182.121.293.121a.46.46 0 0 0 .313-.116.378.378 0 0 0 .126-.297.417.417 0 0 0-.131-.303.423.423 0 0 0-.6 0 .427.427 0 0 0-.121.303Zm.479-5.007c0 .12.04.217.12.292a.404.404 0 0 0 .293.121.44.44 0 0 0 .308-.116.385.385 0 0 0 .126-.297.411.411 0 0 0-.126-.303.423.423 0 0 0-.303-.126.39.39 0 0 0-.292.126.411.411 0 0 0-.126.303Zm1.527-1.165c0 .121.04.217.121.293a.39.39 0 0 0 .293.126c.12 0 .227-.04.312-.116a.385.385 0 0 0 .126-.298.417.417 0 0 0-.13-.302.407.407 0 0 0-.308-.126.39.39 0 0 0-.293.126.407.407 0 0 0-.12.297Zm.046 5.849c0 .116.04.217.126.292a.39.39 0 0 0 .287.121.46.46 0 0 0 .313-.116.385.385 0 0 0 .126-.297.417.417 0 0 0-.131-.303.423.423 0 0 0-.6 0 .427.427 0 0 0-.121.303zM5.95 4.681c0 .12.04.216.121.292.08.08.182.121.293.121.12 0 .227-.04.312-.116a.378.378 0 0 0 .126-.297.417.417 0 0 0-.13-.303.423.423 0 0 0-.308-.126.382.382 0 0 0-.293.126.427.427 0 0 0-.12.303zm.162 5.54c0 .117.04.213.126.293a.39.39 0 0 0 .287.121.46.46 0 0 0 .313-.116.385.385 0 0 0 .126-.297.417.417 0 0 0-.131-.303.423.423 0 0 0-.6 0 .427.427 0 0 0-.121.303zM8.37 4.6c0 .116.04.212.121.287a.398.398 0 0 0 .293.126c.12 0 .227-.04.312-.116a.385.385 0 0 0 .127-.297.417.417 0 0 0-.132-.303.423.423 0 0 0-.6 0 .45.45 0 0 0-.12.303Zm2.567 3.56c0 .12.04.216.12.292.081.08.182.121.293.121a.44.44 0 0 0 .308-.116.385.385 0 0 0 .126-.297.411.411 0 0 0-.126-.303.415.415 0 0 0-.308-.126.382.382 0 0 0-.292.126.45.45 0 0 0-.121.303z"
})
}));
};
exports.LIWeatherSandstorm = LIWeatherSandstorm;