iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 974 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 ChatTeardropSlashDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 124a92 92 0 01-92 92H48a8 8 0 01-8-8v-84a92 92 0 0192-92 92 92 0 0192 92z", opacity: ".2" }),
React.createElement("path", { d: "M53.92 34.62a8 8 0 10-11.84 10.76l13.18 14.5A99.39 99.39 0 0032 124v84a16 16 0 0016 16h84a100.33 100.33 0 0056.53-17.53l13.55 14.91a8 8 0 1011.84-10.76zM132 208H48v-84a83.46 83.46 0 0118.15-52.15l111.51 122.66A83 83 0 01132 208zm100-84a99.87 99.87 0 01-14.35 51.65 8 8 0 01-13.7-8.28A84 84 0 0095.66 48.25a8 8 0 01-6.94-14.42A100 100 0 01232 124z" }));
exports.default = ChatTeardropSlashDuotone;