nice-avatar-svg
Version:
Library to generate SVG avatar
23 lines (22 loc) • 551 B
JavaScript
import { u as t } from "./NiceAvatar-BaV-2Ux6.js";
function a() {
return t("g", {
transform: "translate(81.032132,35.890945)",
children: [t("path", {
d: "M140 56C154.667 55.3333 180.4 47.2 166 20",
stroke: "black",
"stroke-width": "4"
}), t("path", {
d: "M114 54C128.667 53.3333 154.4 45.2 140 18",
stroke: "black",
"stroke-width": "4"
}), t("path", {
d: "M78 65C92.6667 64.3333 118.4 56.2 104 29",
stroke: "black",
"stroke-width": "4"
})]
});
}
export {
a as default
};