@icongo/li
Version:
LibreICONS Icons
28 lines • 864 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 LIGuiActionDelete = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(8.279 -1036.358)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 1.78,
cy: 1046.435,
r: 2.927,
fill: "#f44336"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("path", {
d: "m3.335 1047.367-.621.62-2.483-2.483.62-.62z"
}), /*#__PURE__*/_jsx("path", {
d: "m.85 1047.99-.621-.621 2.483-2.483.62.62z"
})]
})]
})
}));
export { LIGuiActionDelete };