@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
5 lines • 445 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const Bookmark = () => {
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("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" }) }));
};
//# sourceMappingURL=bookmark.js.map