UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 824 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 ChatCenteredSlashLight = (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-10.1 6H40a14 14 0 00-14 14v128a14 14 0 0014 14h61.59l14.25 25a14 14 0 0024.32 0l14.25-25h29.12l20 22a6 6 0 008.88-8.08zm98.49 150a6 6 0 00-5.21 3l-16 28a2 2 0 01-3.48 0l-16-28a6 6 0 00-5.21-3H40a2 2 0 01-2-2V56a2 2 0 012-2h12.62l120 132zM230 56v130a6 6 0 01-12 0V56a2 2 0 00-2-2H98.52a6 6 0 110-12H216a14 14 0 0114 14z" })); exports.default = ChatCenteredSlashLight;