@theguild/components
Version:
6 lines (5 loc) • 971 B
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgHiveRouter = (props) => /* @__PURE__ */ jsx("svg", { width: 48, height: 48, viewBox: "0 0 48 48", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.7695 8.98828L48 15.2188V34.8838L34.8848 48H15.2197L8.98828 41.7676L8.41406 41.1367H37.5615C39.5368 41.1366 41.1366 39.5368 41.1367 37.5615V8.41406L41.7695 8.98828ZM39.0117 6.23242L39.5859 6.86328H10.4385C8.46325 6.86343 6.86343 8.46325 6.86328 10.4385V39.5859L6.23047 39.0117L0 32.7812V13.1162L13.1152 0H32.7803L39.0117 6.23242ZM17.2676 12.2441H26.7217L36.3291 21.8535V28.6875L36.335 31.3066V36.335H21.8477L12.2393 26.7266V12.2393H17.2676V12.2441ZM19.8867 17.2715C18.4398 17.2716 17.2676 18.4446 17.2676 19.8916V28.6875C17.2676 30.1345 18.4398 31.3065 19.8867 31.3066H28.6826C30.1297 31.3066 31.3018 30.1346 31.3018 28.6875V19.8916C31.3018 18.4445 30.1297 17.2715 28.6826 17.2715H19.8867Z" }) });
export {
SvgHiveRouter as ReactComponent
};