iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 715 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 ChatThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 52H40a12 12 0 00-12 12v160a11.89 11.89 0 006.93 10.88A12.17 12.17 0 0040 236a11.89 11.89 0 007.69-2.83L81.49 204H216a12 12 0 0012-12V64a12 12 0 00-12-12zm4 140a4 4 0 01-4 4H80a4 4 0 00-2.62 1l-34.82 30.06A4 4 0 0136 224V64a4 4 0 014-4h176a4 4 0 014 4z" }));
exports.default = ChatThin;