UNPKG

box-ui-elements

Version:
59 lines 1.85 kB
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; const IconReports = ({ className = '', color = '#888888', height = 14, title, width = 12 }) => /*#__PURE__*/React.createElement(AccessibleSVG, { className: `icon-reports ${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