UNPKG

@automattic/social-previews

Version:

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

5 lines 401 B
import { jsx as _jsx } from "react/jsx-runtime"; export const DefaultAvatar = () => { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 340 340", width: "340", height: "340", children: _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" }) })); }; //# sourceMappingURL=default-avatar.js.map