UNPKG

@automattic/social-previews

Version:

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

5 lines 687 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const DefaultAvatar = () => { return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", width: "128", height: "128", children: [_jsx("path", { fill: "#e7e2dc", d: "M0 0h128v128H0z" }), _jsx("path", { d: "M88.41 84.67a32 32 0 10-48.82 0 66.13 66.13 0 0148.82 0z", fill: "#788fa5" }), _jsx("path", { d: "M88.41 84.67a32 32 0 01-48.82 0A66.79 66.79 0 000 128h128a66.79 66.79 0 00-39.59-43.33z", fill: "#9db3c8" }), _jsx("path", { d: "M64 96a31.93 31.93 0 0024.41-11.33 66.13 66.13 0 00-48.82 0A31.93 31.93 0 0064 96z", fill: "#56687a" })] })); }; //# sourceMappingURL=default-avatar.js.map