@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
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: "M5.75 3A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.62a3.9 3.9 0 0 1-.37-1.67V19H5.75a.75.75 0 0 1-.75-.75V5.75c0-.41.34-.75.75-.75h12.5c.41 0 .75.34.75.75v3.38a4 4 0 0 1 2 1.22v-4.6A2.75 2.75 0 0 0 18.25 3H5.75ZM15 13a3 3 0 0 1 3-3v1h2.24a3 3 0 0 1 .59 1H18v1h3a3 3 0 0 1-.17 1H18v1h2.24A3 3 0 0 1 15 13Zm-.06 4c-.58 0-1.07.28-1.4.63-.32.35-.54.83-.54 1.31v.39c0 1.96 2.04 3.67 5 3.67v-1h3.47c.41-.29.75-.63 1-1H18v-1h4.92c.05-.22.08-.44.08-.67V19h-5v-1h4.73a2.13 2.13 0 0 0-.27-.37 1.91 1.91 0 0 0-1.4-.63h-6.12Z"
}));
});
TabInprivateAccount.displayName = 'TabInprivateAccount';
export var TabInprivateAccountDimensions = {
height: 24,
width: 24
};