UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 790 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 VideoChat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M29.5 8.1a.91.91 0 0 0-1 0L23 11.3V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h17a2 2 0 0 0 2-2v-3.3l5.5 3.2a.91.91 0 0 0 1 0 1.05 1.05 0 0 0 .5-.9V9a1.05 1.05 0 0 0-.5-.9zM28 21.3l-5.5-3.2a.91.91 0 0 0-1 0 1.19 1.19 0 0 0-.5.9v5H4V8h17v5a.94.94 0 0 0 1 1 .9.9 0 0 0 .5-.1l5.5-3.1z" }), React.createElement("path", { d: "M8 12h9v2H8zm0 5h5v2H8z" })); exports.default = VideoChat;