@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 TabDesktopImage = /*#__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: "M11 3H6a3 3 0 0 0-3 3v4.54A3.98 3.98 0 0 1 5 10h5a4 4 0 0 1 4 4v5c0 .73-.2 1.41-.54 2H18a3 3 0 0 0 3-3V8h-7.75C12.01 8 11 7 11 5.75V3Zm10 3.5V6a3 3 0 0 0-3-3h-5.5v2.75c0 .41.34.75.75.75H21ZM5 11a3 3 0 0 0-3 3v5c0 .56.15 1.08.42 1.52l3.49-3.49c.88-.88 2.3-.88 3.18 0l3.5 3.5c.26-.45.41-.97.41-1.53v-5a3 3 0 0 0-3-3H5Zm0 11c-.56 0-1.08-.15-1.52-.42l3.49-3.49c.3-.3.77-.3 1.06 0l3.5 3.5c-.45.26-.97.41-1.53.41H5Zm5-7a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
}));
});
TabDesktopImage.displayName = 'TabDesktopImage';
export var TabDesktopImageDimensions = {
height: 24,
width: 24
};