UNPKG

@automattic/social-previews

Version:

A suite of components to generate previews for a post for both social and search engines.

9 lines 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Share = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const Share = () => { return ((0, jsx_runtime_1.jsxs)("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)("line", { fill: "none", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "2", x1: "22", x2: "9.218", y1: "3", y2: "10.083" }), (0, jsx_runtime_1.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" })] })); }; exports.Share = Share; //# sourceMappingURL=share.js.map