iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 718 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 ChatTeardropTextBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 108a12 12 0 01-12 12H96a12 12 0 010-24h68a12 12 0 0112 12zm-12 28H96a12 12 0 000 24h68a12 12 0 000-24zm72-12a104.11 104.11 0 01-104 104H48a20 20 0 01-20-20v-84a104 104 0 01208 0zm-24 0a80 80 0 00-160 0v80h80a80.09 80.09 0 0080-80z" }));
exports.default = ChatTeardropTextBold;