UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

45 lines (36 loc) 2.85 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.TabInprivateAccountDimensions = exports.TabInprivateAccount = 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 TabInprivateAccount = /*#__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.86 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v4.2A3.99 3.99 0 0 0 14 13c0 1.2.52 2.27 1.35 3h-.41c-.92 0-1.66.44-2.13.96-.47.5-.81 1.2-.81 1.98v.39c0 .6.13 1.16.37 1.67H5.86a3 3 0 0 1-3-3V6z" }), /*#__PURE__*/React.createElement("path", { d: "M18 10a3 3 0 1 0 2.24 5H18v-1h2.83a3 3 0 0 0 .17-1h-3v-1h2.83a3 3 0 0 0-.6-1H18v-1zM13.54 17.63c.33-.35.82-.63 1.4-.63h6.12c.58 0 1.07.28 1.4.63.1.12.2.24.27.37H18v1h5v.33c0 .23-.03.45-.08.67H18v1h4.47c-.25.37-.59.71-1 1H18v1c-2.96 0-5-1.71-5-3.67v-.39c0-.48.22-.96.54-1.3z" })); }); exports.TabInprivateAccount = TabInprivateAccount; TabInprivateAccount.displayName = 'TabInprivateAccount'; var TabInprivateAccountDimensions = { height: 24, width: 24 }; exports.TabInprivateAccountDimensions = TabInprivateAccountDimensions;