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.

20 lines (15 loc) 2.18 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('react'); const SvgHxgnNde = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "hxgn-nde_svg__a", x1: 1107.73, x2: 2190.98, y1: 995.88, y2: 1571.85, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsxRuntime.jsx("stop", { offset: 0.51, stopColor: "#68b9dc" }), jsxRuntime.jsx("stop", { offset: 0.76, stopColor: "#3c96bc" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#265f7c" })] }), jsxRuntime.jsxs("linearGradient", { id: "hxgn-nde_svg__b", x1: 1148.14, x2: 2163.7, y1: 1017.36, y2: 1557.35, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#265f7c" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#97d9f5" })] }), jsxRuntime.jsxs("linearGradient", { id: "hxgn-nde_svg__c", x1: 2058.68, x2: 2402.56, y1: 991.09, y2: 1173.93, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#265f7c" })] })] }), jsxRuntime.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)', } }), jsxRuntime.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, } }), jsxRuntime.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 = react.memo(SvgHxgnNde); exports["default"] = Memo;