UNPKG

@automattic/social-previews

Version:

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

9 lines 581 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.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 340 340", width: "340", height: "340", children: (0, jsx_runtime_1.jsx)("path", { fill: "#DDD", d: "m169,.5a169,169 0 1,0 2,0zm0,86a76,76 0 1 1-2,0zM57,287q27-35 67-35h92q40,0 67,35a164,164 0 0,1-226,0" }) })); }; exports.DefaultAvatar = DefaultAvatar; //# sourceMappingURL=default-avatar.js.map