@icongo/li
Version:
LibreICONS Icons
24 lines • 704 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 LIGuiActionClear = 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(7.989 -1035.357)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 2.209,
cy: 1045.572,
r: 2.791,
fill: "#f44336"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M.535 1045.013h3.349v1.117H.534z"
})]
})
}));
export { LIGuiActionClear };