UNPKG

@nexusui/branding

Version:

This package contains branding elements for NexusUI applications, including logos for each unique product line. These icons work the same as basic SVG icons in React.

16 lines (13 loc) 1.92 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnNde = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-nde_svg__a", x1: 1107.73, x2: 2190.98, y1: 995.88, y2: 1571.85, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 0.51, stopColor: "#68b9dc" }), jsx("stop", { offset: 0.76, stopColor: "#3c96bc" }), jsx("stop", { offset: 1, stopColor: "#265f7c" })] }), jsxs("linearGradient", { id: "hxgn-nde_svg__b", x1: 1148.14, x2: 2163.7, y1: 1017.36, y2: 1557.35, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#265f7c" }), jsx("stop", { offset: 1, stopColor: "#97d9f5" })] }), jsxs("linearGradient", { id: "hxgn-nde_svg__c", x1: 2058.68, x2: 2402.56, y1: 991.09, y2: 1173.93, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#265f7c" })] })] }), jsx("path", { d: "m1416.85 512 678.14 1174.58-213.13 369.15-465.01-805.42-465.01 805.42-190.04-329.15a80.003 80.003 0 0 1 0-80L1416.85 512Zm930.02 0-422.54 731.86a80.003 80.003 0 0 0 0 80l190.04 329.15 422.54-731.86a80.003 80.003 0 0 0 0-80l-190.04-329.16Z", style: { fill: 'url(#hxgn-nde_svg__a)', } }), jsx("path", { d: "m1416.85 512 678.14 1174.58-213.13 369.15-465.01-805.43V512z", style: { fill: 'url(#hxgn-nde_svg__b)', opacity: 0.6, } }), jsx("path", { d: "m2114.36 1653.02-190.04-329.15a80.003 80.003 0 0 1 0-80l422.54-731.86 190.04 329.16a80.003 80.003 0 0 1 0 80l-422.54 731.86Z", style: { fill: 'url(#hxgn-nde_svg__c)', opacity: 0.4, } })] })); const Memo = memo(SvgHxgnNde); export { Memo as default };