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.67 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnMultiphysics = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-multiphysics_svg__a", x1: 1403.47, x2: 2659.87, y1: 1255, y2: 1923.03, 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" })] }), jsx("linearGradient", { xlinkHref: "#hxgn-multiphysics_svg__a", id: "hxgn-multiphysics_svg__b", x1: 842.97, x2: 1268.96, y1: 1249.84, y2: 1476.34 }), jsxs("linearGradient", { id: "hxgn-multiphysics_svg__c", x1: 1831.2, x2: 2637, y1: 1485.8, y2: 1485.8, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#712a30" }), jsx("stop", { offset: 1, stopColor: "#f95b61" })] })] }), jsx("path", { d: "M2637 1966.04 1831.21 570.36l-805.8 1395.68 496.96-.05 308.83-536.75 309.92 536.8H2637z", style: { fill: 'url(#hxgn-multiphysics_svg__a)', } }), jsx("path", { d: "m1522.37 999.75-254.81 436.15-295.41 530.09H462.19l805.2-1409.1 254.98 442.86z", style: { fill: 'url(#hxgn-multiphysics_svg__b)', } }), jsx("path", { d: "m1831.2 1429.24 246.04-423.68L2637 1966.04h-495.88l-309.92-536.8z", style: { fill: 'url(#hxgn-multiphysics_svg__c)', } })] })); const Memo = memo(SvgHxgnMultiphysics); export { Memo as default };