iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 824 B
JavaScript
;
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 ChatCircleDotsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M136 128a8 8 0 11-8-8 8 8 0 018 8zm-52-8a8 8 0 108 8 8 8 0 00-8-8zm88 0a8 8 0 108 8 8 8 0 00-8-8zm56 8a100 100 0 01-148.5 87.47l-35.69 11.9a12 12 0 01-15.18-15.18l11.9-35.69A100 100 0 11228 128zm-8 0a92 92 0 10-171.65 46.07 4 4 0 01.33 3.27l-12.46 37.38a4 4 0 005.06 5.06l37.38-12.46a3.93 3.93 0 011.27-.21 4.05 4.05 0 012 .54A92 92 0 00220 128z" }));
exports.default = ChatCircleDotsThin;