@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.
16 lines (11 loc) • 1.65 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var react = require('react');
const SvgHxgnAutonomousMobility = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "hxgn-autonomous-mobility_svg__a", x1: 1011.17, x2: 2402.37, y1: 1185.48, y2: 1925.2, 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.jsxs("linearGradient", { id: "hxgn-autonomous-mobility_svg__b", x1: 1632.44, x2: 2520.18, y1: 1280.68, y2: 1280.68, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#712a30" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#f95b61" })] })] }), jsxRuntime.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)',
} }), jsxRuntime.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 = react.memo(SvgHxgnAutonomousMobility);
exports["default"] = Memo;