UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 784 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 ChatCircleDotsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M120 128a16 16 0 11-16-16 16 16 0 0116 16zm32-16a16 16 0 1016 16 16 16 0 00-16-16zm84 16a108 108 0 01-157.23 96.15L46.34 235A20 20 0 0121 209.66l10.81-32.43A108 108 0 11236 128zm-24 0a84 84 0 10-156.73 42.06 12 12 0 011 9.81l-9.93 29.79 29.79-9.93a12.1 12.1 0 013.8-.62 12 12 0 016 1.62A84 84 0 00212 128z" })); exports.default = ChatCircleDotsBold;