UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 3.36 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.Fps120Dimensions = exports.Fps120 = 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 Fps120 = /*#__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: "M5.26 3.03a1 1 0 0 1 .76.97v8a1 1 0 0 1-2 0V6.5l-.47.33a1 1 0 0 1-1.1-1.66 6.55 6.55 0 0 0 1.69-1.63v-.01a1 1 0 0 1 1.12-.5ZM18 3a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3Zm-1 3a1 1 0 1 1 2 0v4a1 1 0 0 1-2 0V6ZM4 15.75c0-.41.34-.75.75-.75h3a.75.75 0 0 1 0 1.5H5.5V18h1.75a.75.75 0 0 1 0 1.5H5.5v1.73a.75.75 0 0 1-1.5 0v-5.48Zm6.25-.75a.75.75 0 0 0-.75.75v5.5a.75.75 0 0 0 1.5 0V19.5h.75a2.25 2.25 0 1 0 0-4.5h-1.5Zm1.5 3H11v-1.5h.75a.75.75 0 0 1 0 1.5Zm3.5-.88c0-1.17.95-2.12 2.13-2.12H18a2 2 0 0 1 2 2 .75.75 0 0 1-1.5 0 .5.5 0 0 0-.5-.5h-.63a.62.62 0 1 0 0 1.25h.5a2.13 2.13 0 0 1 0 4.25h-.62a2 2 0 0 1-2-2 .75.75 0 0 1 1.5 0c0 .28.22.5.5.5h.63a.62.62 0 1 0 0-1.25h-.5a2.13 2.13 0 0 1-2.13-2.13ZM8.13 6.19a1 1 0 0 0 1.29-.54l.03-.05c.04-.06.1-.14.2-.22.16-.16.49-.37 1.1-.37.42 0 .75.13.94.3.19.15.31.37.31.7 0 .55-.17.86-.42 1.12-.3.32-.73.56-1.33.9a6.9 6.9 0 0 0-1.8 1.33A3.82 3.82 0 0 0 7.5 12a1 1 0 0 0 1 1H13a1 1 0 1 0 0-2H9.72c.07-.12.15-.22.23-.32.3-.33.72-.6 1.3-.92l.1-.06c.51-.3 1.16-.66 1.67-1.19C13.6 7.9 14 7.1 14 6c0-.91-.38-1.7-1.01-2.23A3.44 3.44 0 0 0 10.75 3c-1.14 0-1.94.42-2.45.89a3.11 3.11 0 0 0-.73.99s-.2.52 0 0a1 1 0 0 0 .56 1.3Z" })); }); exports.Fps120 = Fps120; Fps120.displayName = 'Fps120'; var Fps120Dimensions = { height: 24, width: 24 }; exports.Fps120Dimensions = Fps120Dimensions;