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.

8 lines (5 loc) 2.87 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgRaAm = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "ra-am_svg__a", x1: 629.73, x2: 725.41, y1: 385.56, y2: 219.85, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 0.21, stopColor: "#6e9db1" }), jsx("stop", { offset: 0.42, stopColor: "#4b6a76" }), jsx("stop", { offset: 0.6, stopColor: "#304149" }), jsx("stop", { offset: 0.77, stopColor: "#1d2428" }), jsx("stop", { offset: 0.91, stopColor: "#111314" }), jsx("stop", { offset: 1, stopColor: "#0d0d0d" })] }), jsx("clipPath", { id: "ra-am_svg__b", children: jsx("path", { fill: "none", d: "M0 388h712v636H319.27C143.06 1024 0 880.94 0 704.73V388Z" }) })] }), jsx("path", { fill: "#fff", d: "M0 320C0 143.27 143.27 0 320 0h384c176.73 0 320 143.27 320 320v384c0 176.73-143.27 320-320 320H320C143.27 1024 0 880.73 0 704V320Z", "data-name": "Background - White" }), jsx("path", { fill: "#97d9f5", d: "M0 320C0 143.27 143.27 0 320 0h384c176.73 0 320 143.27 320 320v384c0 176.73-143.27 320-320 320H320C143.27 1024 0 880.73 0 704V320Z", "data-name": "Background - Lv3", opacity: 0.16 }), jsxs("g", { "data-name": "2 Letters", children: [jsx("path", { d: "M618.93 285.37h-74.88l-13.78 41.08h-34.58l65.78-184.34h41.34l65.78 184.34h-35.88l-13.78-41.08Zm-10.14-29.64-27.3-80.86-27.3 80.86h54.6ZM872.69 142.11v184.34h-32.5V185.53l-47.84 138.32h-25.74l-47.58-141.18v143.78h-32.5V142.11h48.62l45.5 134.68 45.76-134.68h46.28Z" }), jsx("g", { fill: "url(#ra-am_svg__a)", children: jsx("path", { d: "M618.93 285.37h-74.88l-13.78 41.08h-34.58l65.78-184.34h41.34l65.78 184.34h-35.88l-13.78-41.08Zm-10.14-29.64-27.3-80.86-27.3 80.86h54.6ZM872.69 142.11v184.34h-32.5V185.53l-47.84 138.32h-25.74l-47.58-141.18v143.78h-32.5V142.11h48.62l45.5 134.68 45.76-134.68h46.28Z" }) })] }), jsxs("g", { clipPath: "url(#ra-am_svg__b)", "data-name": "[Place Icon Here - Masked Icon]", children: [jsx("path", { fill: "#97d9f5", d: "M710.68 387.85v380.27h-.04L610.03 942.37 509.41 768.08h-.04V589.12H330.45l-.08-.05L156.16 488.5l174.29-100.65h380.23z" }), jsx("path", { fill: "#97d9f5", d: "M493.57 605v318.47h-.04l-100.57 174.25L292.3 923.43V806.26H175.05v-.08L.8 705.61l174.29-100.65 318.48.04z" }), jsx("path", { fill: "#97d9f5", d: "M276.5 822.03v256.72h-.08L175.85 1253 75.19 1078.71v-55.42H19.7v-.04l-174.21-100.61L19.78 821.99l256.72.04z" }), jsx("g", { fill: "#0d0d0d", children: jsx("path", { d: "M509.54 590.28v178.93l.04.08L610.15 943.5l100.66-174.29V388.98M292.39 807.35V924.6h.08l100.57 174.25L493.7 924.56l-.04-318.47M75.36 1024.46v55.5h.04l100.61 174.21 100.66-174.29-.04-256.72", opacity: 0.16 }) })] })] })); const Memo = memo(SvgRaAm); export { Memo as default };