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.

14 lines (11 loc) 1.89 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnSystemDynamics = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-system-dynamics_svg__a", x1: 760.83, x2: 2311.08, y1: 870.72, y2: 1695, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#f95b61" }), jsx("stop", { offset: 0.51, stopColor: "#be2a33" }), jsx("stop", { offset: 0.74, stopColor: "#9e2831" }), jsx("stop", { offset: 1, stopColor: "#712a30" })] }), jsxs("linearGradient", { id: "hxgn-system-dynamics_svg__b", x1: 922.42, x2: 1253.26, y1: 566.82, y2: 742.73, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#f95b61" }), jsx("stop", { offset: 1, stopColor: "#712a30" })] }), jsxs("linearGradient", { id: "hxgn-system-dynamics_svg__c", x1: 1880.35, x2: 2219.99, y1: 1685.71, y2: 1866.31, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#f95b61" }), jsx("stop", { offset: 1, stopColor: "#712a30" })] })] }), jsx("path", { d: "M2226.21 1459.04v-305.3c0-28.65-15.32-55.12-40.17-69.38l-997.06-572.35-342.57 197.78v351.62l1067.82 613.86-40.11 22.15-1027.75-595.41v305.51c0 28.54 15.2 54.92 39.9 69.22l987.85 572.3 352.09-194.42V1503L1151.58 885.23l37.4-21.59 1037.24 595.41Z", style: { fill: 'url(#hxgn-system-dynamics_svg__a)', } }), jsx("path", { d: "M846.41 709.78 1188.98 512v351.62l-37.4 21.59-305.17-175.43z", style: { fill: 'url(#hxgn-system-dynamics_svg__b)', } }), jsx("path", { d: "m1874.13 1697.41 352.08-194.42v351.62l-352.08 194.42v-351.62z", style: { fill: 'url(#hxgn-system-dynamics_svg__c)', } })] })); const Memo = memo(SvgHxgnSystemDynamics); export { Memo as default };