iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 813 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 ChatTextBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 44H40a20 20 0 00-20 20v160a19.82 19.82 0 0011.56 18.1 20.14 20.14 0 008.49 1.9 19.91 19.91 0 0012.82-4.72l.12-.11L84.47 212H216a20 20 0 0020-20V64a20 20 0 00-20-20zm-4 144H80a11.93 11.93 0 00-7.84 2.92L44 215.23V68h168zM84 108a12 12 0 0112-12h64a12 12 0 110 24H96a12 12 0 01-12-12zm0 40a12 12 0 0112-12h64a12 12 0 010 24H96a12 12 0 01-12-12z" }));
exports.default = ChatTextBold;