iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 897 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 Protocol = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.433 18.765l-2.22-1.665-2.22 1.665L9.771 17.1l-2.234 1.665L5.331 17.1l-2.22 1.665H2V1h15.543v17.765h-1.11zm0-16.655H3.11v15.544l2.22-1.665 2.221 1.665 2.22-1.665 2.221 1.665 2.22-1.665 2.221 1.665V2.11zm-4.44 9.993h2.22v1.11h-2.22v-1.11zm0-2.22h2.22v1.11h-2.22v-1.11zm0-2.22h2.22v1.109h-2.22v-1.11zM5.33 4.33h8.882v1.11H5.33V4.33zm4.44 4.44h-4.44V7.663h4.44v1.11zm0 2.222h-4.44v-1.11h4.44v1.11zm0 2.22h-4.44v-1.11h4.44v1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Protocol;