nice-avatar-svg
Version:
Library to generate SVG avatar
51 lines (50 loc) • 1.37 kB
JavaScript
import { u as t } from "./NiceAvatar-BaV-2Ux6.js";
function e() {
return t("g", {
transform: "translate(139.69295,117.54237)",
children: [t("path", {
d: "M27 29.5C33.1667 32 48.1 32.5 58.5 14.5",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M94 7C99.1667 12.3333 112.1 19.8 122.5 7",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M37.1484 29.4578L31 24.0312",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M116.219 12.4435L118.004 4.43945",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M45.5975 25.8142L41.5508 18.6816",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M108.142 12.0179L109.08 3.87109",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M52.6736 20.2005L50.4727 12.3008",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
}), t("path", {
d: "M99.993 11.031L99.2168 2.86719",
stroke: "black",
"stroke-width": "4",
"stroke-linecap": "round"
})]
});
}
export {
e as default
};