iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 759 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const IpAddress = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.323 14.214h-4.07l1.85 2.22-.556 1.11-2.775-3.33v-1.111h5.551a3.33 3.33 0 0 0 0-6.662h-2.22v-1.11h2.22a4.441 4.441 0 0 1 0 8.883zM2.111 9.772a3.33 3.33 0 0 0 3.33 3.33h1.11v1.111h-1.11a4.441 4.441 0 0 1 0-8.882H8.4l-1.85-2.22L7.107 2l2.775 3.33v1.111H5.441a3.33 3.33 0 0 0-3.33 3.331z", fill: "#000", fillRule: "evenodd" }));
exports.default = IpAddress;