@theguild/components
Version:
18 lines (17 loc) • 1.96 kB
JavaScript
import { jsx, jsxs } from "react/jsx-runtime";
const SvgHiveGatewayDecoration = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 177 172", fill: "none", ...props, children: [
/* @__PURE__ */ jsx("path", { d: "m150 -11.850765-46.65480.000006V67.1886c0 13.4292-10.8768 24.306-24.3054 24.306H0l4.32e-6 46.6548H50.90466c6.36576 0 12.47094-2.529 16.97154-7.0308l75.0954-75.1056C147.4716 51.5124 150 45.408 150 39.043620000000004V-11.850765Zm12 0 46.6548.000006V67.1886c0 13.4292 10.8768 24.306 24.3054 24.306H312v46.6548h-50.9046c-6.366 0-12.471-2.529-16.9716-7.0308L168.0284 55.8562C164.5284 51.5124 162 45.408 162 39.043620000000004V-11.850765ZM150 300.1494h-46.6548V221.1096c0-13.4286-10.8768-24.3054-24.3054-24.3054H0l4.32e-6-46.6548H50.90466c6.36576 0 12.47094 2.529 16.97154 7.0302l75.0954 75.1056c4.5 4.5012 7.0284 10.605 7.0284 16.9698v50.8944Zm12 0h46.6548V221.1096c0-13.4286 10.8768-24.3054 24.3054-24.3054H312v-46.6548h-50.9046c-6.366 0-12.471 2.529-16.9716 7.0302L168.0284 232.2852c-4.5 4.5012-7.0284 10.605-7.0284 16.9698v50.8944Zm17.0214-179.022H132.978v46.0434h46.0434v-46.0434Z", fill: "url(#paint0_linear_642_4281)", stroke: "url(#paint1_linear_642_4281)" }),
/* @__PURE__ */ jsxs("defs", { children: [
/* @__PURE__ */ jsxs("linearGradient", { id: "paint0_linear_642_4281", x1: 55.5, y1: 63, x2: 172.004, y2: 170.996, gradientUnits: "userSpaceOnUse", children: [
/* @__PURE__ */ jsx("stop", { stopColor: "white", stopOpacity: 0.1 }),
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "white", stopOpacity: 0.4 })
] }),
/* @__PURE__ */ jsxs("linearGradient", { id: "paint1_linear_642_4281", x1: 64, y1: 64, x2: 175, y2: 171.5, gradientUnits: "userSpaceOnUse", children: [
/* @__PURE__ */ jsx("stop", { stopColor: "white", stopOpacity: 0.6 }),
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "white", stopOpacity: 0.4 })
] })
] })
] });
export {
SvgHiveGatewayDecoration as ReactComponent
};