UNPKG

@automattic/social-previews

Version:

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

9 lines 906 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DefaultAvatar = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const DefaultAvatar = () => { return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", width: "128", height: "128", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#e7e2dc", d: "M0 0h128v128H0z" }), (0, jsx_runtime_1.jsx)("path", { d: "M88.41 84.67a32 32 0 10-48.82 0 66.13 66.13 0 0148.82 0z", fill: "#788fa5" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] })); }; exports.DefaultAvatar = DefaultAvatar; //# sourceMappingURL=default-avatar.js.map