@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.
13 lines (10 loc) • 1.67 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnQualityAssurance = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-quality-assurance_svg__a", x1: 959.88, x2: 2340.03, y1: 839.05, y2: 1572.89, 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-quality-assurance_svg__b", x1: 1774.94, x2: 2304.96, y1: 742.03, y2: 1023.85, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#265f7c" }), jsx("stop", { offset: 1, stopColor: "#97d9f5" })] })] }), jsx("path", { d: "M1195.45 512h716.04l347.47 598.36h-360.48l-167.23-286.18h-360.48L1195.44 512Zm378.66 584.36a80.003 80.003 0 0 0 0 80l502.6 870.52 142.12-246.17a80.003 80.003 0 0 0 0-80l-502.59-870.53-142.13 246.16Zm-214.18 378.2-175.72-297.98a80.016 80.016 0 0 1-.37-80.64l156.9-271.75-180.24-312.18-337.38 584.36a80.003 80.003 0 0 0 0 80l352.4 610.37m916.21-338.19 180.24-312.18H1911.5l180.24 312.18Zm-540.71-312.18", style: {
fill: 'url(#hxgn-quality-assurance_svg__a)',
} }), jsx("path", { d: "M1731.26 824.18 1911.49 512l347.47 598.36-360.47.01-167.23-286.19z", style: {
fill: 'url(#hxgn-quality-assurance_svg__b)',
opacity: 0.6,
} })] }));
const Memo = memo(SvgHxgnQualityAssurance);
export { Memo as default };