@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionEdit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionEdit = function LIGuiActionEdit(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", {
fill: "#e57373",
d: "m12.916 7.457-.82-.82c-.116-.117-.321-.117-.467 0l-.38.381 1.287 1.288.38-.38c.117-.118.117-.323 0-.469z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff9800",
d: "m6.995 11.281 3.6-3.6 1.283 1.283-3.6 3.6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b0bec5",
d: "m12.536 8.317-.642.641-1.283-1.283.642-.641z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "m7.004 11.291-.439 1.698 1.698-.44z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "m6.77 12.11-.205.879.878-.205z"
})]
}));
};
exports.LIGuiActionEdit = LIGuiActionEdit;