UNPKG

@icongo/li

Version:
23 lines (22 loc) 3.47 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIWeatherDayCloudyWindy = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIWeatherDayCloudyWindy = function LIWeatherDayCloudyWindy(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 10.307c0 .1.033.186.099.252.181.074.301.111.363.111h3.25a.327.327 0 0 0 .247-.107.346.346 0 0 0 .103-.252.321.321 0 0 0-.103-.243.35.35 0 0 0-.248-.099h-3.25a.562.562 0 0 0-.313.099c-.099.066-.148.148-.148.24Zm.573-1.237c0 .1.033.177.103.243.062.07.14.108.24.108h3.876a.34.34 0 0 0 .251-.103.337.337 0 0 0 .103-.248.34.34 0 0 0-.103-.251.34.34 0 0 0-.251-.104H1.915a.321.321 0 0 0-.243.104.352.352 0 0 0-.099.251zm.433-.977c0 .037.025.053.07.053h.573c.05 0 .079-.016.091-.053.107-.219.256-.4.45-.545a1.34 1.34 0 0 1 .651-.255h.223c.045 0 .066-.025.066-.079l.029-.23c.029-.293.123-.561.284-.805a1.767 1.767 0 0 1 1.464-.771 1.7 1.7 0 0 1 1.175.454c.334.3.524.676.574 1.122l.029.23c0 .05.024.079.074.079h.66c.367 0 .68.132.948.396.268.264.4.573.4.936 0 .37-.132.688-.4.952a1.299 1.299 0 0 1-.953.396h-2.84c-.046 0-.07.025-.07.079v.548c0 .05.024.074.07.074h2.84c.372 0 .714-.09 1.027-.276.314-.182.565-.433.747-.746.181-.314.276-.656.276-1.027 0-.301-.058-.573-.177-.83.321-.395.478-.849.478-1.352 0-.387-.099-.746-.293-1.08a2.145 2.145 0 0 0-.792-.792 2.13 2.13 0 0 0-1.95-.107 2.127 2.127 0 0 0-.718.515A2.386 2.386 0 0 0 5.9 4.711c-.581 0-1.101.182-1.55.54-.45.36-.739.821-.862 1.386-.35.087-.66.26-.928.516a2.03 2.03 0 0 0-.557.91c.008.01.004.017.004.03zm.293 3.53c0 .099.037.177.107.243.066.07.149.103.243.103h3.885a.321.321 0 0 0 .243-.103.342.342 0 0 0 .1-.247.348.348 0 0 0-.347-.36H2.65a.324.324 0 0 0-.248.104.368.368 0 0 0-.103.26zm3.089-8.046c0 .103.033.186.099.248l.264.272a.336.336 0 0 0 .247.099.339.339 0 0 0 .355-.35.333.333 0 0 0-.1-.244l-.267-.268a.323.323 0 0 0-.235-.103.351.351 0 0 0-.26.103.328.328 0 0 0-.103.243zm2.21 1.807a1.41 1.41 0 0 1 1.01-.392c.4 0 .743.14 1.027.424.28.28.425.623.425 1.027 0 .277-.062.524-.19.747a1.953 1.953 0 0 0-1.443-.59h-.124a2.509 2.509 0 0 0-.705-1.216Zm.66-2.153c0 .099.033.177.103.243.07.066.148.095.247.095a.336.336 0 0 0 .248-.095.336.336 0 0 0 .095-.247v-.841a.36.36 0 0 0-.095-.252.324.324 0 0 0-.248-.103.337.337 0 0 0-.247.103.34.34 0 0 0-.103.252v.845zm2.276.94c0 .1.033.182.103.248.05.066.136.099.248.099.11 0 .193-.033.243-.1l.602-.593a.335.335 0 0 0 .099-.256.337.337 0 0 0-.103-.247.337.337 0 0 0-.248-.103.374.374 0 0 0-.251.094l-.586.615a.332.332 0 0 0-.107.243zm.33 4.89a.35.35 0 0 0 .095.248l.272.26c.099.074.185.111.251.111s.153-.037.252-.11a.366.366 0 0 0 0-.499l-.264-.252a.388.388 0 0 0-.268-.108.326.326 0 0 0-.243.1.367.367 0 0 0-.095.25zm.594-2.605c0 .099.037.185.111.251a.35.35 0 0 0 .247.103h.838a.328.328 0 0 0 .243-.103.34.34 0 0 0 .103-.251.319.319 0 0 0-.099-.235.346.346 0 0 0-.243-.095h-.837a.377.377 0 0 0-.256.095.314.314 0 0 0-.107.235z" }) })); }; exports.LIWeatherDayCloudyWindy = LIWeatherDayCloudyWindy;