iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 817 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 ChatSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M51 37.31a4 4 0 00-6 5.38L53.5 52H40a12 12 0 00-12 12v160a11.89 11.89 0 006.93 10.88A12.09 12.09 0 0040 236a12 12 0 007.74-2.87L81.49 204h110.19L205 218.69a4 4 0 003 1.31 4 4 0 003-6.69zM80 196a4 4 0 00-2.61 1l-34.82 30a4 4 0 01-6.57-3V64a4 4 0 014-4h20.78l123.63 136zM228 64v122a4 4 0 01-8 0V64a4 4 0 00-4-4H105.79a4 4 0 010-8H216a12 12 0 0112 12z" }));
exports.default = ChatSlashThin;