@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFirewall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFirewall = function LIGuiFirewall(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", {
fill: "maroon",
d: "M2.837 6.866H1V4.944h1.837v1.922zM1 12.416h1.837v-1.921H1v1.922zm.017-2.696h4.855V7.798H1.017V9.72zm6.068-1.922V9.72h.992c-.171-.77-.156-1.4-.021-1.922h-.97zm-3.034 2.697v1.922h4.855v-.497c-.261-.517-.46-.99-.609-1.425H4.051zm4.855-4.126V4.944H4.05v1.922h4.431c.127-.183.27-.348.424-.497z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M12.65 5.392c-.67-1.595-2.19-2.074-.88-3.809-.646.418-1.193 1.383-.58 2.609 1.825 3.796-.072 4.59-.77 4.278-1.558-.776.104-2.191.287-2.53.28-.379.283-.725.065-1.305.013.528-.084.96-.821 1.467-1.227.829-2.446 2.211-.372 6.046 0 0 4.72-2.832 3.071-6.756z"
})]
}));
};
exports.LIGuiFirewall = LIGuiFirewall;