UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 867 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 InviteTeam = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("rect", { x: "18", y: "5", width: "2", height: "6", rx: "1" }), React.createElement("rect", { x: "16", y: "7", width: "6", height: "2", rx: "1" }), React.createElement("path", { d: "M5 14c0-1.105.902-2 2.009-2h7.982c1.11 0 2.009.894 2.009 2.006v4.44c0 3.405-12 3.405-12 0V14z" }), React.createElement("circle", { cx: "11", cy: "7", r: "4" }))); exports.default = InviteTeam;