@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.
18 lines (15 loc) • 2.4 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnStationarySolution = (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-stationary-solution_svg__b", x1: 1023.72, x2: 2042.6, y1: 878.82, y2: 1674.86, 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-stationary-solution_svg__c", x1: 1102.65, x2: 2011.92, y1: 641.28, y2: 1124.75, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#265f7c" }), jsx("stop", { offset: 1, stopColor: "#97d9f5" })] }), jsxs("linearGradient", { id: "hxgn-stationary-solution_svg__a", x1: 1146.3, x2: 2037.48, y1: 1271.22, y2: 1745.06, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#265f7c" })] }), jsx("linearGradient", { xlinkHref: "#hxgn-stationary-solution_svg__a", id: "hxgn-stationary-solution_svg__d", x1: 932.79, x2: 1955.64, y1: 960.74, y2: 1504.6 })] }), jsx("path", { d: "m2232.99 708.97-324.12-187.13a80.892 80.892 0 0 0-80.71-.1l-952.74 546.9v420.83h585l-621.41 359.69 323.91 187.01a80.881 80.881 0 0 0 80.99-.06l943.54-546.64v-420.83H1607.4l625.59-359.66Z", style: {
fill: 'url(#hxgn-stationary-solution_svg__b)',
} }), jsx("path", { d: "M875.42 1068.63h731.98l625.59-359.66-324.12-187.13a80.892 80.892 0 0 0-80.71-.1l-952.74 546.9Z", style: {
fill: 'url(#hxgn-stationary-solution_svg__c)',
opacity: 0.6,
} }), jsx("path", { d: "m839.01 1849.15 1348.44-780.52v374.21c0 28.85-15.37 55.52-40.34 69.98l-903.21 523.27c-25.04 14.51-55.92 14.53-80.99.06L839 1849.14Z", style: {
opacity: 0.6,
fill: 'url(#hxgn-stationary-solution_svg__a)',
} }), jsx("path", { d: "M875.42 1068.63v420.83h585l727.03-420.83H875.42z", style: {
fill: 'url(#hxgn-stationary-solution_svg__d)',
} })] }));
const Memo = memo(SvgHxgnStationarySolution);
export { Memo as default };