@icongo/li
Version:
LibreICONS Icons
37 lines (36 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiInvite = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiInvite = function LIGuiInvite(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909c",
d: "M11.683 13H2.317c-.644 0-1.17-.527-1.17-1.17V5.711c0-.38.175-.732.497-.966L7 1l5.356 3.746c.322.205.498.586.498.966v6.117c0 .644-.527 1.171-1.171 1.171z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M3.488 4.22h7.024v6.439H3.488z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#cfd8dc",
d: "M11.683 13H2.317c-.644 0-1.17-.527-1.17-1.17V5.975L7 9.78l5.854-3.804v5.853c0 .644-.527 1.171-1.171 1.171z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#4caf50",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.415 5.098h1.17V8.61h-1.17z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.244 6.268h3.512V7.44H5.244z"
})]
})]
}));
};
exports.LIGuiInvite = LIGuiInvite;