@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
5 lines • 601 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Share = () => {
return (_jsxs("svg", { color: "rgb(38, 38, 38)", fill: "rgb(38, 38, 38)", height: "24", role: "img", viewBox: "0 0 24 24", width: "24", children: [_jsx("line", { fill: "none", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "2", x1: "22", x2: "9.218", y1: "3", y2: "10.083" }), _jsx("polygon", { fill: "none", points: "11.698 20.334 22 3.001 2 3.001 9.218 10.084 11.698 20.334", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "2" })] }));
};
//# sourceMappingURL=share.js.map