@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
35 lines (34 loc) • 2.96 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WeatherThunderstormDimensions = exports.WeatherThunderstorm = 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 WeatherThunderstorm = /*#__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: "M27.36 25.4c.7.57.84 1.59.34 2.33l-.1.13-2.16 2.64h4.8a1.75 1.75 0 0 1 1.44 2.76l-.1.11-7.5 9a1.75 1.75 0 0 1-2.78-2.11l.1-.13L26.5 34h-4.75a1.75 1.75 0 0 1-1.44-2.74l.08-.11 4.5-5.5a1.75 1.75 0 0 1 2.47-.25ZM26 10.02c6.34 0 9.93 4.2 10.45 9.26h.16a7.37 7.37 0 1 1 0 14.73h-3.06a3.75 3.75 0 0 0-3.3-5.5h-.7l.07-.14a3.75 3.75 0 0 0-6.27-4l-4.5 5.51-.14.17-.1.15a3.77 3.77 0 0 0-.17 3.8h-3.06a7.37 7.37 0 0 1-.24-14.72h.4c.53-5.1 4.12-9.26 10.46-9.26ZM20 4a9.43 9.43 0 0 1 7.78 4.1C27.2 8.04 26.61 8 26 8c-6.08 0-10.48 3.44-11.96 8.62l-.08.29-.12.48-.41.07c-3.22.68-5.84 3-6.91 6.07a6.55 6.55 0 0 1 4.04-11.74h.14A9.44 9.44 0 0 1 20 4Z"
}));
});
exports.WeatherThunderstorm = WeatherThunderstorm;
WeatherThunderstorm.displayName = 'WeatherThunderstorm';
var WeatherThunderstormDimensions = {
height: 48,
width: 48
};
exports.WeatherThunderstormDimensions = WeatherThunderstormDimensions;