@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiTasks = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiTasks = function LIGuiTasks(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.857 10.857h4.286V10H7.857v.857zM5.286 7.43h6.857v-.86H5.286v.858zM9.57 4h2.572v-.857H9.57V4zM13 9.571v1.715q0 .174-.127.301t-.302.127H1.43q-.175 0-.302-.127T1 11.286V9.57q0-.174.127-.3.127-.128.302-.128H12.57q.175 0 .302.127t.127.301zm0-3.428v1.714q0 .174-.127.301-.127.128-.302.128H1.43q-.175 0-.302-.128Q1 8.031 1 7.858V6.142q0-.174.127-.301.127-.128.302-.128H12.57q.175 0 .302.128.127.127.127.3zm0-3.429V4.43q0 .174-.127.3-.127.128-.302.128H1.43q-.175 0-.302-.127T1 4.429V2.714q0-.174.127-.301t.302-.127H12.57q.175 0 .302.127t.127.301z"
})
}));
};
exports.LIGuiTasks = LIGuiTasks;