@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentTableCube = /*#__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.72 14.5a2.5 2.5 0 0 0-.22-.37V13h3.75c.14 0 .25.11.25.25v1.25h-3.78Zm.26 3V16h3.52v1.25c0 .14-.11.25-.25.25h-3.27Zm0 1.5h3.27c.97 0 1.75-.78 1.75-1.75v-4c0-.97-.78-1.75-1.75-1.75h-6.5c-.42 0-.8.15-1.1.4l-.55-.28a2.5 2.5 0 0 0-2.24 0l-.86.43V4c0-1.1.9-2 2-2h6v6c0 1.1.9 2 2 2h6v10a2 2 0 0 1-2 2h-7.43l.03-.02a2.5 2.5 0 0 0 1.38-2.23V19ZM13.5 2.5V8c0 .28.22.5.5.5h5.5l-6-6ZM.98 15.6v4.15c0 .57.32 1.09.83 1.34l3.5 1.75c.42.21.92.21 1.34 0l3.5-1.75c.5-.25.83-.77.83-1.34V15.6a1.5 1.5 0 0 0-.83-1.34l-3.5-1.75a1.5 1.5 0 0 0-1.34 0l-3.5 1.75c-.5.26-.83.77-.83 1.34Zm1.78.77a.5.5 0 1 1 .44-.9l2.78 1.4 2.78-1.4a.5.5 0 1 1 .44.9l-2.72 1.36v2.95a.5.5 0 0 1-1 0v-2.95l-2.72-1.36Z"
}));
});
DocumentTableCube.displayName = 'DocumentTableCube';
export var DocumentTableCubeDimensions = {
height: 24,
width: 24
};