iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 989 B
JavaScript
"use strict";
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 VmConnect = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 2h13l.5.5v5.503a5.003 5.003 0 00-1-.583V3H2v9h5a5 5 0 001 3H4v-1h3v-1H1.5l-.5-.5v-10l.5-.5z", fill: "#424242" }),
React.createElement("path", { d: "M12 8a4 4 0 100 8 4 4 0 000-8zm0 7a3 3 0 110-6 3 3 0 010 6z", fill: "#424242" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.133 11.435l1.436 1.436.431-.431-1.004-1.005L14 10.431l-.431-.43-1.436 1.434zm-1.128 1.067L10 11.498l.432-.431 1.435 1.435-1.435 1.436-.432-.431 1.005-1.005z", fill: "#424242" }));
exports.default = VmConnect;