iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 741 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 ChatsTeardropLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168.16 74.42A78 78 0 0018 104v64a14 14 0 0014 14h56a78.15 78.15 0 0072 48h64a14 14 0 0014-14v-64a78 78 0 00-69.84-77.58zM30 168v-64a66 66 0 1166 66H32a2 2 0 01-2-2zm196 48a2 2 0 01-2 2h-64a66.13 66.13 0 01-58.89-36.19 77.92 77.92 0 0071-94.68A66 66 0 01226 152z" }));
exports.default = ChatsTeardropLight;