box-ui-elements-mlh
Version:
66 lines (64 loc) • 2.31 kB
JavaScript
import * as React from 'react';
import AccessibleSVG from '../accessible-svg';
var IconReports = function IconReports(_ref) {
var _ref$className = _ref.className,
className = _ref$className === void 0 ? '' : _ref$className,
_ref$color = _ref.color,
color = _ref$color === void 0 ? '#888888' : _ref$color,
_ref$height = _ref.height,
height = _ref$height === void 0 ? 14 : _ref$height,
title = _ref.title,
_ref$width = _ref.width,
width = _ref$width === void 0 ? 12 : _ref$width;
return /*#__PURE__*/React.createElement(AccessibleSVG, {
className: "icon-reports ".concat(className),
height: height,
title: title,
viewBox: "0 0 12 14",
width: width
}, /*#__PURE__*/React.createElement("path", {
className: "fill-color",
d: "M1.5 13H1V2H.5c-.3 0-.5.2-.5.5v11c0 .3.2.5.5.5h9c.3 0 .5-.2.5-.5V13H1.5z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
className: "fill-color",
d: "M11.5 12h-9c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5h6.8c.1 0 .3.1.3.1l2.2 2.2c.1.1.2.3.2.4v8.8c0 .3-.2.5-.5.5zM3 11h8V2.9L9.1 1H3v10z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
className: "fill-color",
d: "M9.5 7h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3c.3 0 .5.2.5.5s-.2.5-.5.5z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
className: "fill-color",
d: "M9.5 9h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3c.3 0 .5.2.5.5s-.2.5-.5.5z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
className: "fill-color",
d: "M6.5 3h-2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2c.3 0 .5.2.5.5s-.2.5-.5.5z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
className: "fill-color",
d: "M9.5 5h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3c.3 0 .5.2.5.5s-.2.5-.5.5z",
fill: color
}), /*#__PURE__*/React.createElement("circle", {
className: "fill-color",
cx: "4.5",
cy: "4.5",
fill: color,
r: ".5"
}), /*#__PURE__*/React.createElement("circle", {
className: "fill-color",
cx: "4.5",
cy: "6.5",
fill: color,
r: ".5"
}), /*#__PURE__*/React.createElement("circle", {
className: "fill-color",
cx: "4.5",
cy: "8.5",
fill: color,
r: ".5"
}));
};
export default IconReports;
//# sourceMappingURL=IconReports.js.map