iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 798 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 ChatSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56.88 31.93A12 12 0 0036.8 44.28 20 20 0 0020 64v160a19.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 212h103.68l11 12.07a12 12 0 0017.76-16.15zM80 188a11.93 11.93 0 00-7.84 2.92L44 215.23V68h13.24l109.09 120zM236 64v110.12a12 12 0 01-24 0V68h-95.4a12 12 0 010-24H216a20 20 0 0120 20z" }));
exports.default = ChatSlashBold;