@icongo/li
Version:
LibreICONS Icons
28 lines • 980 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiActionEdit = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsx("path", {
fill: "#ff9800",
d: "m6.995 11.281 3.6-3.6 1.283 1.283-3.6 3.6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#b0bec5",
d: "m12.536 8.317-.642.641-1.283-1.283.642-.641z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffc107",
d: "m7.004 11.291-.439 1.698 1.698-.44z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "m6.77 12.11-.205.879.878-.205z"
})]
}));
export { LIGuiActionEdit };