UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 850 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 ChatCircleDotsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M138 128a10 10 0 11-10-10 10 10 0 0110 10zm-54-10a10 10 0 1010 10 10 10 0 00-10-10zm88 0a10 10 0 1010 10 10 10 0 00-10-10zm58 10a102 102 0 01-150.69 89.65l-34.87 11.62a14 14 0 01-17.71-17.71l11.62-34.87A102 102 0 11230 128zm-12 0a90 90 0 10-167.92 45.06 6 6 0 01.5 4.91l-12.46 37.38a2 2 0 002.53 2.53L78 205.42a6.2 6.2 0 011.9-.31 6.09 6.09 0 013 .81A90 90 0 00218 128z" })); exports.default = ChatCircleDotsLight;