box-ui-elements-mlh
Version:
28 lines (26 loc) • 1.06 kB
JavaScript
import * as React from 'react';
import AccessibleSVG from '../accessible-svg';
var IconFolderPersonal = function IconFolderPersonal(_ref) {
var _ref$className = _ref.className,
className = _ref$className === void 0 ? '' : _ref$className,
_ref$height = _ref.height,
height = _ref$height === void 0 ? 32 : _ref$height,
title = _ref.title,
_ref$width = _ref.width,
width = _ref$width === void 0 ? 32 : _ref$width;
return /*#__PURE__*/React.createElement(AccessibleSVG, {
className: "icon-folder-personal ".concat(className),
height: height,
title: title,
viewBox: "0 0 32 32",
width: width
}, /*#__PURE__*/React.createElement("path", {
d: "M27,25H5c-0.6,0-1-0.4-1-1V8c0-0.6,0.4-1,1-1h8.6L16,9h11c0.6,0,1,0.4,1,1v14C28,24.6,27.6,25,27,25z",
fill: "#EFD289"
}), /*#__PURE__*/React.createElement("path", {
d: "M26.5,24h-21C5.2,24,5,23.8,5,23.5V12h22v11.6C27,23.8,26.8,24,26.5,24z",
fill: "#FDEFC1"
}));
};
export default IconFolderPersonal;
//# sourceMappingURL=IconFolderPersonal.js.map