@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderOpenVertical = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.14 2.87c-.1.2-.14.4-.14.63v10.63a2.5 2.5 0 0 0 1.6 2.33l4.36 1.68c.35.14.72.13 1.04.02V6.56a1.5 1.5 0 0 0-.96-1.39l-5.9-2.3z"
}), /*#__PURE__*/React.createElement("path", {
d: "m4.93 2.11 5.48 2.13A2.5 2.5 0 0 1 12 6.57V16h1.5c.83 0 1.5-.67 1.5-1.5v-2.94l.96-3.82c.02-.12.04-.24.04-.36V3.5c0-.83-.67-1.5-1.5-1.5h-9c-.2 0-.4.04-.57.11z"
}));
});
FolderOpenVertical.displayName = 'FolderOpenVertical';
export var FolderOpenVerticalDimensions = {
height: 20,
width: 20
};