@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
9 lines • 589 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Comment = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const Comment = () => {
return ((0, jsx_runtime_1.jsx)("svg", { color: "rgb(38, 38, 38)", fill: "rgb(38, 38, 38)", height: "24", role: "img", viewBox: "0 0 24 24", width: "24", children: (0, jsx_runtime_1.jsx)("path", { d: "M20.656 17.008a9.993 9.993 0 1 0-3.59 3.615L22 22Z", fill: "none", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "2" }) }));
};
exports.Comment = Comment;
//# sourceMappingURL=comment.js.map