@icongo/li
Version:
LibreICONS Icons
38 lines (37 loc) • 1.89 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiEdit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiEdit = function LIGuiEdit(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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: "M12.112 8.784v1.499q0 .94-.667 1.606-.667.667-1.606.667H3.273q-.94 0-1.606-.667Q1 11.222 1 10.283V3.717q0-.94.667-1.606.667-.667 1.606-.667h6.566q.497 0 .923.197.119.056.142.182.024.134-.07.229l-.387.387q-.111.11-.253.063-.182-.048-.355-.048H3.273q-.521 0-.892.371-.37.371-.37.892v6.566q0 .52.37.892.371.37.892.37h6.566q.52 0 .892-.37.37-.371.37-.892v-.994q0-.103.072-.174l.505-.505q.118-.119.276-.055.158.063.158.228z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e57373",
d: "m12.897 4.287-.962-.961c-.137-.138-.377-.138-.549 0l-.446.446 1.51 1.511.447-.446c.137-.138.137-.378 0-.55z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff9800",
d: "m5.95 8.774 4.224-4.224 1.505 1.505-4.225 4.225z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b0bec5",
d: "m12.45 5.296-.752.753-1.505-1.506.752-.752z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "m5.96 8.786-.515 1.991 1.992-.515z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "m5.686 9.747-.24 1.03 1.03-.24z"
})]
}));
};
exports.LIGuiEdit = LIGuiEdit;