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.44 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnAutonomousMobility = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-autonomous-mobility_svg__a", x1: 1011.17, x2: 2402.37, y1: 1185.48, y2: 1925.2, 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" })] }), jsxs("linearGradient", { id: "hxgn-autonomous-mobility_svg__b", x1: 1632.44, x2: 2520.18, y1: 1280.68, y2: 1280.68, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#712a30" }), jsx("stop", { offset: 1, stopColor: "#f95b61" })] })] }), jsx("path", { d: "m796.54 1618.51 638.38-1106.53h393.67l691.58 1191.65-199.74 345.75-688-1191.65-240.08 420.31h436.23l-191.52 340.47H796.52Zm-244.71 430.87H945.5l212.79-383.03H775.26l-223.43 383.03Z", style: { fill: 'url(#hxgn-autonomous-mobility_svg__a)', } }), jsx("path", { d: "m1632.44 857.73 196.15-345.75 691.59 1191.65-199.74 345.75-688-1191.65z", style: { fill: 'url(#hxgn-autonomous-mobility_svg__b)', } })] })); const Memo = memo(SvgHxgnAutonomousMobility); export { Memo as default };