iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 858 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 ChatDotsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M138 128a10 10 0 11-10-10 10 10 0 0110 10zm-54-10a10 10 0 1010 10 10 10 0 00-10-10zm88 0a10 10 0 1010 10 10 10 0 00-10-10zm58-54v128a14 14 0 01-14 14H82.23l-33.16 28.64-.06.05A13.87 13.87 0 0140 238a14.11 14.11 0 01-5.95-1.33A13.88 13.88 0 0126 224V64a14 14 0 0114-14h176a14 14 0 0114 14zm-12 0a2 2 0 00-2-2H40a2 2 0 00-2 2v160a2 2 0 003.26 1.55l34.82-30.08A6 6 0 0180 194h136a2 2 0 002-2z" }));
exports.default = ChatDotsLight;