@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 887 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Stack = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7Zm8.17 19A3 3 0 0 0 13 28h6a11 11 0 0 0 11-11v-2a3 3 0 0 0-2-2.83V17a9 9 0 0 1-9 9h-8.83ZM9 24a3 3 0 0 1-2.83-2H19a5 5 0 0 0 5-5V8.17A3 3 0 0 1 26 11v6a7 7 0 0 1-7 7H9Z"
}));
});
Stack.displayName = 'Stack';
export var StackDimensions = {
height: 32,
width: 32
};