iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 752 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 GoogleMeet = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.685 3.724L2 8.436H13.313V15.563H6.685V8.436H2v10.46c0 .762.614 1.38 1.371 1.38h13.142c.757 0 1.37-.618 1.37-1.38v-2.97l3.009 2.48A.686.686 0 0022 17.863V6.252a.686.686 0 00-1.122-.533l-2.994 2.469V5.103c0-.762-.614-1.38-1.371-1.38H6.685z", fill: "#323544" }));
exports.default = GoogleMeet;