box-ui-elements-mlh
Version:
26 lines (24 loc) • 1.03 kB
JavaScript
import * as React from 'react';
import AccessibleSVG from '../accessible-svg';
var IconSmallFolder = function IconSmallFolder(_ref) {
var _ref$className = _ref.className,
className = _ref$className === void 0 ? '' : _ref$className,
_ref$height = _ref.height,
height = _ref$height === void 0 ? 9 : _ref$height,
title = _ref.title,
_ref$width = _ref.width,
width = _ref$width === void 0 ? 12 : _ref$width;
return /*#__PURE__*/React.createElement(AccessibleSVG, {
className: "icon-small-folder ".concat(className),
height: height,
title: title,
viewBox: "0 0 12 9",
width: width
}, /*#__PURE__*/React.createElement("path", {
d: "M11.1 1H6.2c-.1 0-.1 0-.2-.1L5.3.1c0-.1-.1-.1-.2-.1H.9C.4 0 0 .5 0 1v7.3c0 .4.4.7.9.7h10.3c.4 0 .8-.3.8-.7V2c0-.6-.4-1-.9-1zM11 8.1H1V4h10v4.1zM11 3H1V1.3c0-.2.1-.3.3-.3h3.5s.1 0 .2.1l.7.8c0 .1.1.1.2.1H11v1z",
fill: "#999",
fillRule: "evenodd"
}));
};
export default IconSmallFolder;
//# sourceMappingURL=IconSmallFolder.js.map