@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
9 lines • 610 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bookmark = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const Bookmark = () => {
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)("polygon", { fill: "none", points: "20 21 12 13.44 4 21 4 3 20 3 20 21", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }) }));
};
exports.Bookmark = Bookmark;
//# sourceMappingURL=bookmark.js.map