UNPKG

@theguild/components

Version:
15 lines (14 loc) 966 B
import { jsx, jsxs } from "react/jsx-runtime"; const SvgArchDecorationGradientDefs = (props) => /* @__PURE__ */ jsx("svg", { width: 432, height: 432, viewBox: "0 0 432 432", className: "absolute -z-10", ...props, children: /* @__PURE__ */ jsxs("defs", { children: [ /* @__PURE__ */ jsxs("linearGradient", { id: "arch-decoration-a", x1: 48.5, y1: 53.5, x2: 302.5, y2: 341, gradientUnits: "userSpaceOnUse", children: [ /* @__PURE__ */ jsx("stop", { stopColor: "#fff", stopOpacity: 0.1 }), /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0.3 }) ] }), /* @__PURE__ */ jsxs("linearGradient", { id: "arch-decoration-b", x1: 1, y1: 1, x2: 431, y2: 431, gradientUnits: "userSpaceOnUse", children: [ /* @__PURE__ */ jsx("stop", { stopColor: "#fff", stopOpacity: 0.1 }), /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0.4 }) ] }) ] }) }); export { SvgArchDecorationGradientDefs as ReactComponent };