iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 822 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 ChatsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 84h-36V48a12 12 0 00-12-12H40a12 12 0 00-12 12v128a4 4 0 004 4 4 4 0 002.51-.89L73 148h3v36a12 12 0 0012 12h95l38.49 31.11a4 4 0 002.51.89 4 4 0 004-4V96a12 12 0 00-12-12zM71.58 140a4 4 0 00-2.51.89L36 167.62V48a4 4 0 014-4h128a4 4 0 014 4v88a4 4 0 01-4 4zM220 215.62l-33.07-26.73a4 4 0 00-2.51-.89H88a4 4 0 01-4-4v-36h84a12 12 0 0012-12V92h36a4 4 0 014 4z" }));
exports.default = ChatsThin;