@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
9 lines • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Menu = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const Menu = () => {
return ((0, jsx_runtime_1.jsxs)("svg", { width: "17", height: "5", viewBox: "0 0 17 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M2.11865 3.5C2.67094 3.5 3.11865 3.05228 3.11865 2.5C3.11865 1.94772 2.67094 1.5 2.11865 1.5C1.56637 1.5 1.11865 1.94772 1.11865 2.5C1.11865 3.05228 1.56637 3.5 2.11865 3.5Z", fill: "black", stroke: "black", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.55933 3.5C9.11161 3.5 9.55933 3.05228 9.55933 2.5C9.55933 1.94772 9.11161 1.5 8.55933 1.5C8.00704 1.5 7.55933 1.94772 7.55933 2.5C7.55933 3.05228 8.00704 3.5 8.55933 3.5Z", fill: "black", stroke: "black", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 3.5C15.5523 3.5 16 3.05228 16 2.5C16 1.94772 15.5523 1.5 15 1.5C14.4477 1.5 14 1.94772 14 2.5C14 3.05228 14.4477 3.5 15 3.5Z", fill: "black", stroke: "black", strokeWidth: "2" })] }));
};
exports.Menu = Menu;
//# sourceMappingURL=menu.js.map