UNPKG

box-ui-elements-mlh

Version:
34 lines (32 loc) 1.4 kB
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; var IconBoxNotes = function IconBoxNotes(_ref) { var _ref$className = _ref.className, className = _ref$className === void 0 ? '' : _ref$className, _ref$height = _ref.height, height = _ref$height === void 0 ? 20 : _ref$height, title = _ref.title, _ref$width = _ref.width, width = _ref$width === void 0 ? 19 : _ref$width; return /*#__PURE__*/React.createElement(AccessibleSVG, { className: "icon-boxnotes ".concat(className), height: height, title: title, viewBox: "0 0 19 20", width: width }, /*#__PURE__*/React.createElement("path", { d: "M14.25 3H1a1 1 0 0 0 0 2h11.85z", fill: "#980de0" }), /*#__PURE__*/React.createElement("path", { d: "M10.68 8H1a1 1 0 0 0 0 2h8.36z", fill: "#0061d5" }), /*#__PURE__*/React.createElement("path", { d: "M7.15 13H1a1 1 0 0 0 0 2h5.2l.06-.33c.07-.2.07-.54.2-.67z", fill: "#00c9c1" }), /*#__PURE__*/React.createElement("path", { d: "M15 4.63a4 4 0 0 0 1 1 3.34 3.34 0 0 0 1.2.54l-6.84 10-.47.47-2.41 1.75c-.16.17-.31 0-.25-.15l.67-3a2.59 2.59 0 0 1 .31-.65zm1.82-2.81a1.57 1.57 0 0 1 2 1v.1a1.36 1.36 0 0 1 .06.29 10.23 10.23 0 0 1-.77 1.37 9.53 9.53 0 0 1-1.27-.44 2.53 2.53 0 0 1-1-1z", fill: "#000123" })); }; export default IconBoxNotes; //# sourceMappingURL=IconBoxNotes.js.map