@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
35 lines (34 loc) • 3.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WeatherSunnyHighDimensions = exports.WeatherSunnyHigh = 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 WeatherSunnyHigh = /*#__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: "M25.25 5.25a1.25 1.25 0 1 0-2.5 0v1.5a1.25 1.25 0 1 0 2.5 0v-1.5ZM24 10a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM4.29 43.55c.44.53 1.23.6 1.76.16h.01a4.2 4.2 0 0 1 .27-.22 27.69 27.69 0 0 1 4.48-2.6A31.4 31.4 0 0 1 24 38a31.4 31.4 0 0 1 13.18 2.88 27.7 27.7 0 0 1 4.71 2.78l.05.04v.01c.54.44 1.33.37 1.77-.16.68-.88-.16-1.76-.16-1.76l-.03-.03-.04-.03-.04-.03a12.8 12.8 0 0 0-1.3-.93 30.2 30.2 0 0 0-3.9-2.15A33.9 33.9 0 0 0 24 35.5c-6 0-10.87 1.56-14.23 3.12a30.2 30.2 0 0 0-5.21 3.08l-.08.06-.02.02c-.44.36-.51 1.36-.17 1.77ZM24 28c.69 0 1.25.56 1.25 1.25v1.5a1.25 1.25 0 1 1-2.5 0v-1.5c0-.69.56-1.25 1.25-1.25ZM10 17.25c0-.69.56-1.25 1.25-1.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5c-.69 0-1.25-.56-1.25-1.25ZM35.25 16a1.25 1.25 0 1 0 0 2.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5Zm-19.62-4.37c-.48.5-1.28.5-1.76 0l-1.5-1.5a1.25 1.25 0 0 1 1.76-1.76l1.5 1.5c.5.48.5 1.28 0 1.76Zm-1.76 12.74a1.25 1.25 0 0 1 1.76 1.76l-1.5 1.5a1.25 1.25 0 0 1-1.76-1.76l1.5-1.5Zm18.5-12.74c.48.5 1.28.5 1.76 0l1.5-1.5a1.25 1.25 0 0 0-1.76-1.76l-1.5 1.5a1.25 1.25 0 0 0 0 1.76Zm1.76 12.74a1.25 1.25 0 0 0-1.76 1.76l1.5 1.5a1.25 1.25 0 0 0 1.76-1.76l-1.5-1.5Z"
}));
});
exports.WeatherSunnyHigh = WeatherSunnyHigh;
WeatherSunnyHigh.displayName = 'WeatherSunnyHigh';
var WeatherSunnyHighDimensions = {
height: 48,
width: 48
};
exports.WeatherSunnyHighDimensions = WeatherSunnyHighDimensions;