iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 793 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 ChatDots = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M116 128a12 12 0 1112 12 12 12 0 01-12-12zm-32 12a12 12 0 10-12-12 12 12 0 0012 12zm88 0a12 12 0 10-12-12 12 12 0 0012 12zm60-76v128a16 16 0 01-16 16H83l-32.6 28.16-.09.07A15.89 15.89 0 0140 240a16.13 16.13 0 01-6.8-1.52A15.85 15.85 0 0124 224V64a16 16 0 0116-16h176a16 16 0 0116 16zM40 224zM216 64H40v160l34.77-30a8 8 0 015.23-2h136z" }));
exports.default = ChatDots;