iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 747 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 Chats = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 80h-32V48a16 16 0 00-16-16H40a16 16 0 00-16 16v128a8 8 0 0013 6.22L72 154v30a16 16 0 0016 16h93.59L219 230.22a8 8 0 005 1.78 8 8 0 008-8V96a16 16 0 00-16-16zM66.55 137.78L40 159.25V48h128v88H71.58a8 8 0 00-5.03 1.78zM216 207.25l-26.55-21.47a8 8 0 00-5-1.78H88v-32h80a16 16 0 0016-16V96h32z" }));
exports.default = Chats;