@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.
10 lines (7 loc) • 1.09 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnVirtualManufacturing = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsx("defs", { children: jsxs("linearGradient", { id: "hxgn-virtual-manufacturing_svg__a", x1: 666.25, x2: 2040.36, y1: 622.31, y2: 1352.94, 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("path", { d: "m1947.71 1465.52-335.21 582.95-152.99-264.99 335.83-582.95 152.37 264.99Zm-182.22-318.01-367.18-635.97h-305.98l520.17 900.96 152.99-264.99ZM1581.9 1465.5l-550.77-953.96H725.15l703.76 1218.94 152.99-264.99Zm397.78-53 367.18-635.97-152.99-264.99-367.18 635.97 152.99 264.99Z", style: {
fill: 'url(#hxgn-virtual-manufacturing_svg__a)',
} })] }));
const Memo = memo(SvgHxgnVirtualManufacturing);
export { Memo as default };