iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 691 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 ChatsTeardropFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M169.57 72.59A80 80 0 0016 104v64a16 16 0 0016 16h54.67A80.15 80.15 0 00160 232h64a16 16 0 0016-16v-64a80 80 0 00-70.43-79.41zM224 216h-64a64.14 64.14 0 01-55.68-32.43 79.93 79.93 0 0070.38-93.86A64 64 0 01224 152z" }));
exports.default = ChatsTeardropFill;