@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
5 lines • 427 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const Comment = () => {
return (_jsx("svg", { color: "rgb(38, 38, 38)", fill: "rgb(38, 38, 38)", height: "24", role: "img", viewBox: "0 0 24 24", width: "24", children: _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" }) }));
};
//# sourceMappingURL=comment.js.map