@icongo/li
Version:
LibreICONS Icons
20 lines • 630 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 LIGuiActionRecovery = 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", {
fill: "#f44336",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.187 7.15h1.756v5.854H9.187z"
}), /*#__PURE__*/_jsx("path", {
d: "M7.138 9.199h5.854v1.756H7.138z"
})]
})
}));
export { LIGuiActionRecovery };