UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 3.11 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: "M16.5 35a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-10.75-8A1.75 1.75 0 0 1 5.6 27h31.75a3.2 3.2 0 0 0 3.15-3.25 3.2 3.2 0 0 0-3.15-3.25c-1.33 0-2.44.78-2.81 1.98l-.05.18a1.75 1.75 0 1 1-3.4-.82A6.34 6.34 0 0 1 37.35 17 6.7 6.7 0 0 1 44 23.75a6.7 6.7 0 0 1-6.82 6.74l-.18.01h-1.56c.36.76.56 1.61.56 2.51 0 3.35-2.6 6.01-6 6.01-3.15 0-4.92-1.35-5.85-3.56a1.75 1.75 0 1 1 3.23-1.35c.41.98.97 1.41 2.62 1.41 1.45 0 2.5-1.08 2.5-2.51 0-1.31-1.1-2.42-2.54-2.5l-.17-.01H5.75zM22.5 5a8.5 8.5 0 0 1 .25 17h-17a1.75 1.75 0 0 1-.14-3.5H22.5a5 5 0 0 0 0-10 4.82 4.82 0 0 0-5 4.56v.22a1.75 1.75 0 1 1-3.5 0A8.31 8.31 0 0 1 22.5 5zm16-1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm-31-1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm31 4.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-31-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" })); }); exports.WeatherDuststorm = WeatherDuststorm; WeatherDuststorm.displayName = 'WeatherDuststorm'; var WeatherDuststormDimensions = { height: 48, width: 48 }; exports.WeatherDuststormDimensions = WeatherDuststormDimensions;