@theguild/components
Version:
6 lines (5 loc) • 691 B
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgHiveDecoration = (props) => /* @__PURE__ */ jsx("svg", { viewBox: "0 0 160 172", ...props, children: /* @__PURE__ */ jsx("path", { d: "M79.8868 -51H185.113L264 27.8868V133.113L185.113 212H79.8868L1 133.113V27.8868L79.8868 -51ZM146.836 195.215L247.204 94.8463C255.126 86.9252 255.126 74.085 247.204 66.1639L146.836 -34.2043C138.915 -42.1255 126.075 -42.1255 118.154 -34.2043L17.7957 66.1639C9.87451 74.085 9.87451 86.9252 17.7957 94.8463L118.154 195.215C126.075 203.136 138.915 203.136 146.836 195.215ZM104.963 80.4952L132.495 52.9631L160.027 80.4952L132.495 108.027L104.963 80.4952Z" }) });
export {
SvgHiveDecoration as ReactComponent
};