@icongo/li
Version:
LibreICONS Icons
19 lines • 1.06 kB
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 LIGuiFirewall = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_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"
})]
}));
export { LIGuiFirewall };