UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 937 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 ChatsCircleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M227.79 186.39a76 76 0 00-61-110.07 76 76 0 10-138.58 62.07L20.5 164.6a12 12 0 0014.9 14.9l26.21-7.71a75.93 75.93 0 0027.6 7.9 76 76 0 00105.18 40.1l26.21 7.71a12 12 0 0014.9-14.9zM60.9 163.66l-27.76 8.17a4 4 0 01-5-5l8.17-27.76a4.07 4.07 0 00-.31-3A68 68 0 1163.92 164a4.06 4.06 0 00-3.02-.34zm165.92 55.16a4 4 0 01-4 1l-27.76-8.17a4.07 4.07 0 00-3 .31A68 68 0 0198 180a76 76 0 0071.5-95.28 68 68 0 0150.5 99.36 4.07 4.07 0 00-.31 3l8.17 27.76a4 4 0 01-1.04 3.98z" })); exports.default = ChatsCircleThin;