iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 734 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 ChatsTeardropThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M166.76 76.32A76 76 0 0020 104v64a12 12 0 0012 12h57.33A76.13 76.13 0 00160 228h64a12 12 0 0012-12v-64a76 76 0 00-69.24-75.68zM28 168v-64a68 68 0 1168 68H32a4 4 0 01-4-4zm200 48a4 4 0 01-4 4h-64a68.16 68.16 0 01-62-40 76 76 0 0071.5-95.33A68 68 0 01228 152z" }));
exports.default = ChatsTeardropThin;