UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TabInprivateAccount = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ 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" })); }); TabInprivateAccount.displayName = 'TabInprivateAccount'; export var TabInprivateAccountDimensions = { height: 24, width: 24 };