@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.
47 lines (44 loc) • 4.33 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnManufacturingSuite = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "hxgn-manufacturing-suite_svg__Layer_1", x: 0, y: 0, style: {
enableBackground: 'new 0 0 1024 1024',
}, viewBox: "0 0 1024 1024", ...props, children: [jsx("style", { children: '.hxgn-manufacturing-suite_svg__st0{fill:#a5d867}' }), jsx("path", { d: "M320 0h384c176.7 0 320 143.3 320 320v384c0 176.7-143.3 320-320 320H320C143.3 1024 0 880.7 0 704V320C0 143.3 143.3 0 320 0z" }), jsx("path", { d: "M684 226 373 405.5l150 89 161-93V226z", className: "hxgn-manufacturing-suite_svg__st0" }), jsxs("linearGradient", { id: "hxgn-manufacturing-suite_svg__SVGID_1_", x1: 448, x2: 448, y1: 578, y2: 231, gradientTransform: "matrix(1 0 0 -1 0 1026)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#a5d867',
stopOpacity: 0.4,
} }), jsx("stop", { offset: 0.349, style: {
stopColor: '#a5d867',
stopOpacity: 0.6,
} }), jsx("stop", { offset: 1, style: {
stopColor: '#a5d867',
} })] }), jsx("path", { d: "M373 753.6V405.5l150 88.4V841l-150-87.4z", style: {
fill: 'url(#hxgn-manufacturing-suite_svg__SVGID_1_)',
} }), jsx("path", { d: "M500 210h25v151h-25zM659 337h25v151h-25z", className: "hxgn-manufacturing-suite_svg__st0" }), jsx("path", { d: "M525 110 198 298.5l150 89L525 285V110z", className: "hxgn-manufacturing-suite_svg__st0" }), jsxs("linearGradient", { id: "hxgn-manufacturing-suite_svg__SVGID_00000080204640995272128270000009337736067769357707_", x1: 273, x2: 273, y1: 683, y2: 333, gradientTransform: "matrix(1 0 0 -1 0 1026)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#a5d867',
stopOpacity: 0.4,
} }), jsx("stop", { offset: 0.365, style: {
stopColor: '#a5d867',
stopOpacity: 0.6,
} }), jsx("stop", { offset: 1, style: {
stopColor: '#a5d867',
} })] }), jsx("path", { d: "M198 650.6V298.5l150 88.4v352.6l-150-88.9z", style: {
fill: 'url(#hxgn-manufacturing-suite_svg__SVGID_00000080204640995272128270000009337736067769357707_)',
} }), jsx("path", { d: "M825.5 348.7 548 509l100 58.5L825.5 465V348.7z", className: "hxgn-manufacturing-suite_svg__st0" }), jsxs("linearGradient", { id: "hxgn-manufacturing-suite_svg__SVGID_00000151514704677590385610000004761400378394554038_", x1: 598, x2: 598, y1: 488, y2: 147, gradientTransform: "matrix(1 0 0 -1 0 1026)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#a5d867',
stopOpacity: 0.4,
} }), jsx("stop", { offset: 0.406, style: {
stopColor: '#a5d867',
stopOpacity: 0.6,
} }), jsx("stop", { offset: 1, style: {
stopColor: '#a5d867',
} })] }), jsx("path", { d: "M548 855V509l100 58.5v345L548 855z", style: {
fill: 'url(#hxgn-manufacturing-suite_svg__SVGID_00000151514704677590385610000004761400378394554038_)',
} }), jsxs("linearGradient", { id: "hxgn-manufacturing-suite_svg__SVGID_00000026125828664700387410000015443013346027825537_", x1: 736.746, x2: 736.746, y1: 561, y2: 112.5, gradientTransform: "matrix(1 0 0 -1 0 1026)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#a5d867',
} }), jsx("stop", { offset: 1, style: {
stopColor: '#a5d867',
stopOpacity: 0.6,
} })] }), jsx("path", { d: "M825.5 812.5V465L648 567.5v346l177.5-101z", style: {
fill: 'url(#hxgn-manufacturing-suite_svg__SVGID_00000026125828664700387410000015443013346027825537_)',
} })] }));
const Memo = memo(SvgHxgnManufacturingSuite);
export { Memo as default };