iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 873 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 ChatTeardropSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56.88 31.93a12 12 0 10-17.76 16.14L50 60a103.37 103.37 0 00-22 64v84a20 20 0 0020 20h84a104.32 104.32 0 0055.87-16.31l11.25 12.38a12 12 0 0017.76-16.14zM132 204H52v-80a79.51 79.51 0 0114.46-45.86l105 115.49A79.08 79.08 0 01132 204zm104-80a102.9 102.9 0 01-10.36 45.29A12 12 0 01204 158.83a79.25 79.25 0 008-34.83 80.07 80.07 0 00-107.84-75 12 12 0 01-8.35-22.5A104.07 104.07 0 01236 124z" }));
exports.default = ChatTeardropSlashBold;