iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 888 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 ChatsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 82h-34V48a14 14 0 00-14-14H40a14 14 0 00-14 14v128a6 6 0 003.42 5.41A5.86 5.86 0 0032 182a6 6 0 003.77-1.33L73.71 150H74v34a14 14 0 0014 14h94.29l37.94 30.67A6 6 0 00224 230a5.86 5.86 0 002.58-.59A6 6 0 00230 224V96a14 14 0 00-14-14zM71.58 138a6 6 0 00-3.77 1.33L38 163.43V48a2 2 0 012-2h128a2 2 0 012 2v88a2 2 0 01-2 2zM218 211.43l-29.81-24.1a6 6 0 00-3.77-1.33H88a2 2 0 01-2-2v-34h82a14 14 0 0014-14V94h34a2 2 0 012 2z" }));
exports.default = ChatsLight;