iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 602 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 Chatwoot = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 12c0 6.629 5.371 12 12 12s12-5.371 12-12S18.629 0 12 0 0 5.371 0 12m17.008 5.29H11.44a5.57 5.57 0 01-5.562-5.567A5.57 5.57 0 0111.44 6.16a5.57 5.57 0 015.567 5.563z" }));
exports.default = Chatwoot;