UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 3.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.Fps960Dimensions = exports.Fps960 = 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 Fps960 = /*#__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: "M11.75 15a2.25 2.25 0 0 1 .15 4.5H11v1.75c0 .38-.28.7-.65.74l-.1.01a.75.75 0 0 1-.74-.65l-.01-.1v-5.5c0-.38.28-.7.65-.74l.1-.01h1.5zM18 15a2 2 0 0 1 2 2 .75.75 0 0 1-1.5.1V17a.5.5 0 0 0-.41-.5h-.72a.62.62 0 0 0-.09 1.24l.1.01h.5a2.13 2.13 0 0 1 .15 4.24l-.16.01h-.62a2 2 0 0 1-2-2 .75.75 0 0 1 1.5-.1v.1c0 .25.18.45.41.5h.72a.62.62 0 0 0 .09-1.24l-.1-.01h-.5a2.13 2.13 0 0 1-.15-4.24l.16-.01H18zM7.75 15a.75.75 0 0 1 .1 1.5H5.5V18h1.75a.75.75 0 0 1 .1 1.5H5.5v1.73c0 .38-.28.7-.65.74l-.1.01a.75.75 0 0 1-.74-.65l-.01-.1v-5.48c0-.38.28-.7.65-.74l.1-.01h3zm4 1.5H11V18h.75a.75.75 0 0 0 .1-1.5h-.1zM5 3a3 3 0 0 1 3 3v4a3 3 0 0 1-2.82 3h-.43A2.75 2.75 0 0 1 2 10.25a1 1 0 0 1 2-.12v.12c0 .38.28.7.65.74l.1.01H5a1 1 0 0 0 1-.88V8.83A3 3 0 1 1 5 3zm7.25 0A2.75 2.75 0 0 1 15 5.75a1 1 0 0 1-2 .12v-.12c0-.38-.28-.7-.65-.74l-.1-.01H12a1 1 0 0 0-1 .88v1.29A3 3 0 1 1 9 10V6a3 3 0 0 1 2.83-3h.42zM19 3a3 3 0 0 1 3 2.82V10a3 3 0 0 1-6 .18V6a3 3 0 0 1 3-3zm-7 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7-4a1 1 0 0 0-1 .88V10a1 1 0 0 0 2 .12V6a1 1 0 0 0-1-1zM5 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" })); }); exports.Fps960 = Fps960; Fps960.displayName = 'Fps960'; var Fps960Dimensions = { height: 24, width: 24 }; exports.Fps960Dimensions = Fps960Dimensions;