iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 923 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 ChatsCircleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M236.34 187.09A84 84 0 00172.29 68.9a84 84 0 00-152.63 70.19l-6.84 23.26a20 20 0 0024.83 24.83l23.26-6.84a83.94 83.94 0 0022.76 6.74 84.06 84.06 0 00111.42 41.26l23.26 6.84a20 20 0 0024.83-24.83zM62 155.5a11.88 11.88 0 00-3.39.49l-20.72 6.09L44 141.35a12 12 0 00-.93-9 60 60 0 1124.63 24.57 12 12 0 00-5.7-1.42zm150.89 24.8a12 12 0 00-.93 9l6.09 20.73-20.69-6.03a12 12 0 00-9.06.93 60 60 0 01-77.3-18.3 83.93 83.93 0 0068.55-91.37 60 60 0 0133.38 85z" }));
exports.default = ChatsCircleBold;