@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TabDesktopMultipleBottom = /*#__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: "M6 5h1.52c.12-.85.85-1.5 1.73-1.5h8c1.8 0 3.25 1.46 3.25 3.25v8c0 .88-.65 1.61-1.5 1.73V18c1.68-.13 3-1.53 3-3.24v-8A4.75 4.75 0 0 0 17.25 2h-8a3.25 3.25 0 0 0-3.24 3zM2 9.25C2 7.45 3.46 6 5.25 6h9.5C16.55 6 18 7.46 18 9.25v9.5c0 1.8-1.45 3.25-3.25 3.25H11.5v-3.25c0-1.24-1-2.25-2.25-2.25H2V9.25zM2 18v.75C2 20.55 3.46 22 5.25 22H10v-3.25a.75.75 0 0 0-.75-.75H2z"
}));
});
TabDesktopMultipleBottom.displayName = 'TabDesktopMultipleBottom';
export var TabDesktopMultipleBottomDimensions = {
height: 24,
width: 24
};