iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 738 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 ChatTeardropDotsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M142 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-10zm54 6a98.11 98.11 0 01-98 98H48a14 14 0 01-14-14v-84a98 98 0 01196 0zm-12 0a86 86 0 00-172 0v84a2 2 0 002 2h84a86.1 86.1 0 0086-86z" }));
exports.default = ChatTeardropDotsLight;