infinity-forge
Version:
9 lines • 2.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconEmptyChat = IconEmptyChat;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconEmptyChat(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '60', height: '61', viewBox: '0 0 60 61', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 2.375C13.1959 2.375 0 14.3214 0 28.7422C0 34.8854 2.43082 40.8371 6.855 45.5526C7.73039 49.1622 6.66762 52.9871 4.03055 55.6242C2.92805 56.7267 3.7084 58.625 5.27344 58.625C10.2825 58.625 15.1106 56.6621 18.7001 53.2026C22.2499 54.4684 26.006 55.1094 29.8828 55.1094C46.616 55.1094 60 43.1279 60 28.7422C60 14.3484 46.6068 2.375 29.8828 2.375ZM29.8828 51.6172C26.0483 51.6172 22.3515 50.8958 18.8951 49.5193C18.2162 49.2491 17.4411 49.4266 16.9479 49.9657C14.8247 52.2859 12.0646 53.9038 9.05801 54.6474C10.7146 51.4729 11.138 47.7308 10.1296 44.1855C10.0501 43.9059 9.90246 43.6504 9.69996 43.442C5.71195 39.3342 3.49219 34.1137 3.49219 28.7422C3.49219 16.1418 15.3439 5.86719 29.8828 5.86719C44.5509 5.86719 56.5078 16.1418 56.5078 28.7422C56.5078 41.3425 44.5509 51.6172 29.8828 51.6172Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.8203 23.4688C12.9125 23.4688 10.5469 25.8344 10.5469 28.7422C10.5469 31.65 12.9125 34.0156 15.8203 34.0156C18.7281 34.0156 21.0938 31.65 21.0938 28.7422C21.0938 25.8344 18.7281 23.4688 15.8203 23.4688ZM15.8203 30.5C14.8511 30.5 14.0625 29.7114 14.0625 28.7422C14.0625 27.7729 14.8511 26.9844 15.8203 26.9844C16.7896 26.9844 17.5781 27.7729 17.5781 28.7422C17.5781 29.7114 16.7896 30.5 15.8203 30.5Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 23.4688C26.975 23.4688 24.6094 25.8344 24.6094 28.7422C24.6094 31.65 26.975 34.0156 29.8828 34.0156C32.7906 34.0156 35.1562 31.65 35.1562 28.7422C35.1562 25.8344 32.7906 23.4688 29.8828 23.4688ZM29.8828 30.5C28.9136 30.5 28.125 29.7114 28.125 28.7422C28.125 27.7729 28.9136 26.9844 29.8828 26.9844C30.8521 26.9844 31.6406 27.7729 31.6406 28.7422C31.6406 29.7114 30.8521 30.5 29.8828 30.5Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M44.1797 23.4688C41.2719 23.4688 38.9062 25.8344 38.9062 28.7422C38.9062 31.65 41.2719 34.0156 44.1797 34.0156C47.0875 34.0156 49.4531 31.65 49.4531 28.7422C49.4531 25.8344 47.0875 23.4688 44.1797 23.4688ZM44.1797 30.5C43.2104 30.5 42.4219 29.7114 42.4219 28.7422C42.4219 27.7729 43.2104 26.9844 44.1797 26.9844C45.1489 26.9844 45.9375 27.7729 45.9375 28.7422C45.9375 29.7114 45.1489 30.5 44.1797 30.5Z', fill: color })] }));
}
//# sourceMappingURL=icon-empty-chat.js.map