UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 995 B
"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.006 5.006 0 00-1-.583V3H2v9h5a5 5 0 001 3H4v-1h3v-1H1.5l-.5-.5v-10l.5-.5z", fill: "#C5C5C5" }), React.createElement("path", { d: "M12 8a4 4 0 100 8 4 4 0 000-8zm0 7a3 3 0 110-6.001A3 3 0 0112 15z", fill: "#C5C5C5" }), 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.129 1.067L10 11.498l.431-.431 1.436 1.435-1.436 1.436-.431-.431 1.004-1.005z", fill: "#C5C5C5" })); exports.default = VmConnect;