UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 877 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 ChatTeardropSlashLight = (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 8l14.37 15.8A97.42 97.42 0 0034 124v84a14 14 0 0014 14h84a98.24 98.24 0 0056.82-18.18L203.56 220a6 6 0 008.88-8.08zM132 210H48a2 2 0 01-2-2v-84a85.46 85.46 0 0120.08-55.2L180.7 194.88A84.91 84.91 0 01132 210zm98-86a97.86 97.86 0 01-14.06 50.61 6 6 0 01-5.15 2.9 6 6 0 01-5.12-9.1 86 86 0 00-110.88-122 6 6 0 11-5.2-10.81A97.09 97.09 0 01132 26a98.11 98.11 0 0198 98z" })); exports.default = ChatTeardropSlashLight;