@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
5 lines • 689 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export function ShareIcon() {
return (_jsx("svg", { width: "20", height: "20", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", children: _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.617 2.076a1 1 0 0 1 1.09.217l9 9a1 1 0 0 1 0 1.414l-9 9A1 1 0 0 1 11 21v-4.436c-2.849.366-5.261 2.271-6.384 4.837a1 1 0 0 1-1.856-.06C2.338 20.182 2 18.86 2 17.5a9.959 9.959 0 0 1 9-9.951V3a1 1 0 0 1 .617-.924ZM13 5.414V8.5a1 1 0 0 1-1 1c-4.448 0-8 3.552-8 8 0 .31.023.625.066.94C5.905 16.067 8.776 14.5 12 14.5a1 1 0 0 1 1 1v3.086L19.586 12 13 5.414Z", clipRule: "evenodd" }) }));
}
//# sourceMappingURL=share-icon.js.map