UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 960 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 ChatsCircleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M229.93 186.58a78 78 0 00-61.77-112.16 78 78 0 10-142.09 64.16L18.58 164A14 14 0 0036 181.42l25.46-7.49a78 78 0 0026.39 7.63 78 78 0 00106.77 40.37l25.38 7.49A14 14 0 00237.42 212zM62 161.5a6.05 6.05 0 00-1.69.24l-27.77 8.17a2 2 0 01-2.48-2.48l8.17-27.77a6.05 6.05 0 00-.47-4.53 66 66 0 1127.08 27.08 6 6 0 00-2.84-.71zm155.71 26.16l8.17 27.77a2 2 0 01-2.48 2.48l-27.77-8.17a6.06 6.06 0 00-4.53.47 66 66 0 01-90-28.4 77.92 77.92 0 0071-94.68 66 66 0 0146.07 96 6.05 6.05 0 00-.43 4.53z" })); exports.default = ChatsCircleLight;