UNPKG

@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.

12 lines (9 loc) 1.65 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnProductionMachining = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-production-machining_svg__a", x1: 1182.87, x2: 2069.77, y1: 1190.73, y2: 1662.31, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#bce562" }), jsx("stop", { offset: 0.52, stopColor: "#92cb41" }), jsx("stop", { offset: 0.76, stopColor: "#629a3f" }), jsx("stop", { offset: 1, stopColor: "#5c883a" })] }), jsxs("linearGradient", { id: "hxgn-production-machining_svg__b", x1: 1407.58, x2: 1700.22, y1: 1510.31, y2: 1665.91, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#bce562" }), jsx("stop", { offset: 1, stopColor: "#5c883a" })] })] }), jsx("path", { d: "m2337.52 1158.67-315.5 550.69a65.264 65.264 0 0 1-56.62 32.81h-681.11l179.73-308.11h359.47l160.34-274.88a65.252 65.252 0 0 0-.32-66.29l-179.29-300.74h-353.05l160.48-282.44h347.74c23.21 0 44.67 12.33 56.37 32.38l321.5 551.27a65.245 65.245 0 0 1 .25 65.31Zm-902.17-340.86-176.73 308.13-532.78 924.34 316.01-.02c23.34 0 44.9-12.47 56.55-32.7l494.59-859.17a65.248 65.248 0 0 0 .08-64.96L1435.35 817.8Z", style: { fill: 'url(#hxgn-production-machining_svg__a)', } }), jsx("path", { d: "m1823.5 1434.06-196.07 308.09-343.13.02 179.73-308.11h359.47z", style: { fill: 'url(#hxgn-production-machining_svg__b)', } })] })); const Memo = memo(SvgHxgnProductionMachining); export { Memo as default };