@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderOpen = /*#__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: "M2 6.25C2 5 3 4 4.25 4h3.96c.52 0 1.03.18 1.43.52l2.39 1.98h5.72c1.24 0 2.25 1 2.25 2.25v.75H6.42c-1.03 0-1.93.7-2.18 1.7l-1.92 7.7c.04-.16 0 .01 0 0-.2-.33-.32-.73-.32-1.15V6.25z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.74 19.38a.5.5 0 0 0 .49.62h14.24c.8 0 1.5-.55 1.7-1.33l1.76-7.05a.5.5 0 0 0-.48-.62H6.42a.75.75 0 0 0-.73.57l-1.95 7.8z"
}));
});
FolderOpen.displayName = 'FolderOpen';
export var FolderOpenDimensions = {
height: 24,
width: 24
};