@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 (9 loc) • 1.26 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var react = require('react');
const SvgHxgnVirtualManufacturing = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxRuntime.jsx("defs", { children: jsxRuntime.jsxs("linearGradient", { id: "hxgn-virtual-manufacturing_svg__a", x1: 666.25, x2: 2040.36, y1: 622.31, y2: 1352.94, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#f95b61" }), jsxRuntime.jsx("stop", { offset: 0.51, stopColor: "#be2a33" }), jsxRuntime.jsx("stop", { offset: 0.74, stopColor: "#9e2831" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#712a30" })] }) }), jsxRuntime.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 = react.memo(SvgHxgnVirtualManufacturing);
exports["default"] = Memo;