iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 781 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 ChatSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M52.44 36a6 6 0 00-8.88 8L49 50h-9a14 14 0 00-14 14v160a13.86 13.86 0 008.09 12.69 13.89 13.89 0 0015-2L82.23 206H190.8l12.76 14a6 6 0 108.88-8.07zM80 194a6 6 0 00-3.92 1.46l-34.79 30A2 2 0 0138 224V64a2 2 0 012-2h19.89l120 132zM230 64v122a6 6 0 01-12 0V64a2 2 0 00-2-2H105.79a6 6 0 010-12H216a14 14 0 0114 14z" }));
exports.default = ChatSlashLight;