UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 2.86 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.WeatherDuststormDimensions = exports.WeatherDuststorm = 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 WeatherDuststorm = /*#__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: "M7 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm0 3a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm15.5-7a8.5 8.5 0 0 0-8.5 8.5 1.5 1.5 0 0 0 3 0 5.5 5.5 0 1 1 5.5 5.5h-17a1.5 1.5 0 0 0 0 3h17a8.5 8.5 0 0 0 0-17Zm14.9 12a6.5 6.5 0 0 0-6.3 4.92l-.06.22a1.5 1.5 0 1 0 2.92.72l.05-.2A3.5 3.5 0 0 1 37.4 21h.09a3.5 3.5 0 1 1 0 7h-32a1.5 1.5 0 0 0 0 3H30a3 3 0 1 1-2.77 4.15l-.1-.23a1.5 1.5 0 1 0-2.76 1.16l.1.23A6 6 0 1 0 35.2 31h2.3a6.5 6.5 0 1 0 0-13h-.1ZM17 39a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm19-28a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" })); }); exports.WeatherDuststorm = WeatherDuststorm; WeatherDuststorm.displayName = 'WeatherDuststorm'; var WeatherDuststormDimensions = { height: 48, width: 48 }; exports.WeatherDuststormDimensions = WeatherDuststormDimensions;