@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 924 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderMultiple = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.17 3h.04L4.56 4.5H1V4c0-1.1.9-2 2-2h1.75a.5.5 0 0 1 .31.11L6.18 3ZM7.7 3H11a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5.5h3.75a.5.5 0 0 0 .34-.13L7.69 3Zm6.3 7V5.27A2 2 0 0 1 15 7v3a4 4 0 0 1-4 4H5a2 2 0 0 1-1.73-1H11a3 3 0 0 0 3-3Z"
}));
});
FolderMultiple.displayName = 'FolderMultiple';
export var FolderMultipleDimensions = {
height: 16,
width: 16
};