iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 730 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 ChatTeardropSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M213.92 210.62a8 8 0 11-11.84 10.76l-13.57-14.92A99.4 99.4 0 01132 224H48a16 16 0 01-16-16v-84a99.54 99.54 0 0123.29-64.08L42.08 45.38a8 8 0 01.72-11.46 8.22 8.22 0 0111.34.95zm-5.57-29.91a4 4 0 006.24-.4A100 100 0 0083.78 36.42a4 4 0 00-1 6.18z" }));
exports.default = ChatTeardropSlashFill;