@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
43 lines (34 loc) • 3.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Fps240Dimensions = exports.Fps240 = 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 Fps240 = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2.15 6.18a1 1 0 0 0 1.29-.54l.03-.05c.03-.06.1-.14.19-.23.17-.15.5-.36 1.1-.36.43 0 .75.13.95.3.18.15.3.37.3.7 0 .55-.17.86-.42 1.12-.3.32-.72.56-1.32.9a6.9 6.9 0 0 0-1.8 1.33A3.83 3.83 0 0 0 1.53 12a1 1 0 0 0 1 1h4.5a1 1 0 0 0 0-2H3.74c.07-.12.14-.22.23-.32.3-.33.71-.6 1.3-.92l.1-.06c.5-.3 1.15-.66 1.66-1.19.6-.61.98-1.42.98-2.51 0-.91-.38-1.7-1-2.23A3.44 3.44 0 0 0 4.76 3c-1.14 0-1.94.42-2.45.89a3.11 3.11 0 0 0-.72.97v.01s-.22.53 0 0a1 1 0 0 0 .55 1.3zM16 6a3 3 0 1 1 6 0v4a3 3 0 1 1-6 0V6zm3-1a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0V6a1 1 0 0 0-1-1zM4.76 15a.75.75 0 0 0-.75.75v5.48a.75.75 0 1 0 1.5 0V19.5h1.75a.75.75 0 0 0 0-1.5H5.52v-1.5h2.24a.75.75 0 0 0 0-1.5h-3zm4.74.75c0-.41.34-.75.75-.75h1.5a2.25 2.25 0 0 1 0 4.5H11v1.75a.75.75 0 1 1-1.5 0v-5.5zM11 18h.75a.75.75 0 0 0 0-1.5H11V18zm6.37-3a2.12 2.12 0 0 0 0 4.25h.5a.62.62 0 0 1 0 1.25h-.63a.5.5 0 0 1-.5-.5.75.75 0 1 0-1.5 0c0 1.1.9 2 2 2h.63a2.12 2.12 0 0 0 0-4.25h-.5a.62.62 0 0 1 0-1.25H18c.28 0 .5.22.5.5a.75.75 0 1 0 1.5 0 2 2 0 0 0-2-2h-.62zM15.01 4a1 1 0 1 0-2 0l.02 3H11V4a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3.02v3a1 1 0 1 0 2 0V7.4a1 1 0 0 0 0-.09L15 4z"
}));
});
exports.Fps240 = Fps240;
Fps240.displayName = 'Fps240';
var Fps240Dimensions = {
height: 24,
width: 24
};
exports.Fps240Dimensions = Fps240Dimensions;