iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 851 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 ChatTeardropSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M51 37.31a4 4 0 00-6 5.38l15.62 17.14A95.41 95.41 0 0036 124v84a12 12 0 0012 12h84a96.34 96.34 0 0057.11-18.83L205 218.69a4 4 0 105.92-5.38zM132 212H48a4 4 0 01-4-4v-84a87.49 87.49 0 0122-58.23l117.7 129.44A86.92 86.92 0 01132 212zm96-88a95.79 95.79 0 01-13.78 49.58 4 4 0 11-6.84-4.14A88 88 0 0093.92 44.64a4 4 0 11-3.46-7.21A95 95 0 01132 28a96.11 96.11 0 0196 96z" }));
exports.default = ChatTeardropSlashThin;