iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 739 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 ChatCenteredSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 56v128a15.93 15.93 0 01-4.82 11.42 4 4 0 01-5.68-.25L86.52 46.69a4 4 0 013-6.69H216a16 16 0 0116 16zM53.92 34.62A8 8 0 0040 40a16 16 0 00-16 16v128a16 16 0 0016 16h60.43l13.68 23.94a16 16 0 0027.78 0L155.57 200h27.07l19.44 21.38a8 8 0 1011.84-10.76z" }));
exports.default = ChatCenteredSlashFill;