UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 2.93 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.WeatherRainShowersNightDimensions = exports.WeatherRainShowersNight = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var WeatherRainShowersNight = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M26 12c6.34 0 9.93 4.2 10.46 9.26h.16a7.37 7.37 0 1 1 0 14.73h-.07l-4.3 7.16a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.21-5.36h-3.91l-4.3 7.16a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.21-5.36h-3.91l-4.3 7.16a1.75 1.75 0 0 1-3.08-1.66l.08-.14 3.21-5.36H15.4a7.37 7.37 0 1 1 0-14.73h.16C16.07 16.16 19.66 12 26 12zM13.18 4a10.12 10.12 0 0 1 8.94 6.54 11.46 11.46 0 0 0-8.03 8.05l-.09.33-.11.48-.42.08a9.35 9.35 0 0 0-5.61 3.63l-.31-.17a10.12 10.12 0 0 1-3.28-3.03A1.5 1.5 0 0 1 5 17.64c3.28-1.17 5.05-2.5 6.06-4.43 1.1-2.1 1.31-4.35.58-7.35A1.5 1.5 0 0 1 13.18 4z" })); }); exports.WeatherRainShowersNight = WeatherRainShowersNight; WeatherRainShowersNight.displayName = 'WeatherRainShowersNight'; var WeatherRainShowersNightDimensions = { height: 48, width: 48 }; exports.WeatherRainShowersNightDimensions = WeatherRainShowersNightDimensions;