@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TabInPrivate = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.25 3h15.5C23.55 3 25 4.46 25 6.25v15.5c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 0 1 3 21.75V6.25C3 4.45 4.46 3 6.25 3ZM5 6.25v.69L6.94 5h-.69C5.56 5 5 5.56 5 6.25Zm0 2.81v2.88L11.94 5H9.06L5 9.06ZM14.06 5 5 14.06v2.88L16.94 5h-2.88Zm5 0L5 19.06v2.69l.01.18L21.93 5h-2.87Zm3.93 1.07L6.07 23l.18.01h2.69L23 8.94V6.25l-.01-.18Zm.01 4.99L11.06 23h2.88L23 13.94v-2.88Zm0 5L16.06 23h2.88L23 18.94v-2.88Zm0 5L21.06 23h.69c.69 0 1.25-.56 1.25-1.25v-.69Z"
}));
});
TabInPrivate.displayName = 'TabInPrivate';
export var TabInPrivateDimensions = {
height: 28,
width: 28
};