@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var OpenFolder = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M34.63 6.13a7.5 7.5 0 0 1 7.5 7.5v9a1.5 1.5 0 0 1-3 0v-9a4.5 4.5 0 0 0-4.5-4.5H13.36a4.5 4.5 0 0 0-4.5 4.5v21a4.5 4.5 0 0 0 4.5 4.5h9.26a1.5 1.5 0 0 1 0 3h-9.25a7.5 7.5 0 0 1-7.5-7.5v-21a7.5 7.5 0 0 1 7.5-7.5h21.24z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 19.5c0-.83.67-1.5 1.5-1.5h13a1.5 1.5 0 0 1 0 3h-9.38l14.44 14.44a1.5 1.5 0 0 1-2.12 2.12L21 23.12v9.38a1.5 1.5 0 0 1-3 0v-13z"
}));
});
OpenFolder.displayName = 'OpenFolder';
export var OpenFolderDimensions = {
height: 48,
width: 48
};