UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 776 B
"use strict"; 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 ChatText = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 48H40a16 16 0 00-16 16v160a15.85 15.85 0 009.24 14.5A16.13 16.13 0 0040 240a15.89 15.89 0 0010.25-3.78l.09-.07L83 208h133a16 16 0 0016-16V64a16 16 0 00-16-16zM40 224zm176-32H80a8 8 0 00-5.23 1.95L40 224V64h176zM88 112a8 8 0 018-8h64a8 8 0 010 16H96a8 8 0 01-8-8zm0 32a8 8 0 018-8h64a8 8 0 110 16H96a8 8 0 01-8-8z" })); exports.default = ChatText;