iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 896 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 ChatsTeardropDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 152v64a8 8 0 01-8 8h-64a72 72 0 01-67.9-48H96a72 72 0 0072-72 71.83 71.83 0 00-4.07-23.88A72 72 0 01232 152z", opacity: ".2" }),
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.41zM32 104a64 64 0 1164 64H32zm192 112h-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 = ChatsTeardropDuotone;