iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 703 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 ChatTeardropTextThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 112a4 4 0 01-4 4H96a4 4 0 010-8h68a4 4 0 014 4zm-4 28H96a4 4 0 000 8h68a4 4 0 000-8zm64-16a96.11 96.11 0 01-96 96H48a12 12 0 01-12-12v-84a96 96 0 01192 0zm-8 0a88 88 0 00-176 0v84a4 4 0 004 4h84a88.1 88.1 0 0088-88z" }));
exports.default = ChatTeardropTextThin;