iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 709 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 ChatTeardropTextLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M170 112a6 6 0 01-6 6H96a6 6 0 010-12h68a6 6 0 016 6zm-6 26H96a6 6 0 000 12h68a6 6 0 000-12zm66-14a98.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 = ChatTeardropTextLight;