@icongo/li
Version:
LibreICONS Icons
28 lines (27 loc) • 1.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionRecovery = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionRecovery = function LIGuiActionRecovery(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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.jsxs)("g", {
fill: "#f44336",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.187 7.15h1.756v5.854H9.187z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.138 9.199h5.854v1.756H7.138z"
})]
})
}));
};
exports.LIGuiActionRecovery = LIGuiActionRecovery;