iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 808 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 ChatsCircleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232.07 186.76a80 80 0 00-62.5-114.17 80 80 0 10-145.64 66.17l-7.27 24.71a16 16 0 0019.87 19.87l24.71-7.27a80.39 80.39 0 0025.18 7.35 80 80 0 00108.34 40.65l24.71 7.27a16 16 0 0019.87-19.86zm-16.25 1.47L224 216l-27.76-8.17a8 8 0 00-6 .63 64.05 64.05 0 01-85.87-24.88 79.93 79.93 0 0070.33-93.87 64 64 0 0141.75 92.48 8 8 0 00-.63 6.04z" }));
exports.default = ChatsCircleFill;