UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 950 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 ChatCircleSlashLight = (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 8l11.51 12.7a102 102 0 00-16.72 120l-11.62 34.86a14 14 0 0017.71 17.71l34.87-11.62A102 102 0 00192 207.37L203.56 220a6 6 0 008.88-8.08zM128 218a90 90 0 01-45.06-12.08 6 6 0 00-4.91-.5l-37.38 12.46a2 2 0 01-2.53-2.53L50.58 178a6 6 0 00-.5-4.91A90 90 0 0163.16 65.6L184 198.47A89.74 89.74 0 01128 218zm102-90a102.25 102.25 0 01-12.14 48.31 6 6 0 01-5.29 3.15 6 6 0 01-5.28-8.84A90.05 90.05 0 0093.1 45a6 6 0 01-4.65-11A102.06 102.06 0 01230 128z" })); exports.default = ChatCircleSlashLight;