@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.
26 lines (23 loc) • 4.23 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgOdysseeAEye = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 1024 1024", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "odyssee-a-eye_svg__linear-gradient", x1: 325.09, x2: 502.27, y1: 499.55, y2: 637.98, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#f95b61" }), jsx("stop", { offset: 0.28, stopColor: "#b04247", stopOpacity: 0.69 }), jsx("stop", { offset: 0.63, stopColor: "#592628", stopOpacity: 0.32 }), jsx("stop", { offset: 0.88, stopColor: "#221414", stopOpacity: 0.09 }), jsx("stop", { offset: 1, stopColor: "#0d0d0d", stopOpacity: 0 })] }), jsx("linearGradient", { xlinkHref: "#odyssee-a-eye_svg__linear-gradient", id: "odyssee-a-eye_svg__linear-gradient-2", x1: 472.28, x2: 834.87, y1: 288.62, y2: 571.9 }), jsx("linearGradient", { xlinkHref: "#odyssee-a-eye_svg__linear-gradient", id: "odyssee-a-eye_svg__linear-gradient-3", x1: 189.13, x2: 551.72, y1: 452.1, y2: 735.38 }), jsx("linearGradient", { xlinkHref: "#odyssee-a-eye_svg__linear-gradient", id: "odyssee-a-eye_svg__linear-gradient-4", x1: 583.77, x2: 723.39, y1: 539.2, y2: 648.28 }), jsx("linearGradient", { xlinkHref: "#odyssee-a-eye_svg__linear-gradient", id: "odyssee-a-eye_svg__linear-gradient-5", x1: 300.61, x2: 440.23, y1: 375.72, y2: 484.8 }), jsx("linearGradient", { xlinkHref: "#odyssee-a-eye_svg__linear-gradient", id: "odyssee-a-eye_svg__linear-gradient-6", x1: 363.89, x2: 471.34, y1: 470.03, y2: 553.97 }), jsx("linearGradient", { xlinkHref: "#odyssee-a-eye_svg__linear-gradient", id: "odyssee-a-eye_svg__linear-gradient-7", x1: 552.66, x2: 660.11, y1: 470.03, y2: 553.97 }), jsx("style", { children: '.odyssee-a-eye_svg__cls-3{fill:#161616}' })] }), jsx("path", { id: "odyssee-a-eye_svg__background-lv3", 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", style: {
fill: '#f95b61',
} }), jsxs("g", { id: "odyssee-a-eye_svg__visual", children: [jsx("path", { d: "M512 625.53 315.37 512M425.48 348.52 512 298.57 881.67 512l-86.52 49.95-369.67-213.43zM598.52 675.48 228.85 462.05 142.33 512 512 725.43l86.52-49.95zM519.87 620.98l180.9-104.44 86.52 49.95-180.91 104.45-86.51-49.96zM417.62 353.06 236.71 457.51l86.52 49.95 180.9-104.44-86.51-49.96zM331.1 512l86.52-49.95L504.13 512l-86.52 49.95L331.1 512zM519.87 512l86.51-49.95L692.9 512l-86.52 49.95L519.87 512z", className: "odyssee-a-eye_svg__cls-3" }), jsxs("g", { style: {
opacity: 0.65,
}, children: [jsx("path", { d: "M512 625.53 315.37 512", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient)',
} }), jsx("path", { d: "M425.48 348.52 512 298.57 881.67 512l-86.52 49.95-369.67-213.43z", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient-2)',
} }), jsx("path", { d: "M598.52 675.48 228.85 462.05 142.33 512 512 725.43l86.52-49.95z", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient-3)',
} }), jsx("path", { d: "m519.87 620.98 180.9-104.44 86.52 49.95-180.91 104.45-86.51-49.96z", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient-4)',
} }), jsx("path", { d: "M417.62 353.06 236.71 457.51l86.52 49.95 180.9-104.44-86.51-49.96z", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient-5)',
} }), jsx("path", { d: "m331.1 512 86.52-49.95L504.13 512l-86.52 49.95L331.1 512z", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient-6)',
} }), jsx("path", { d: "m519.87 512 86.51-49.95L692.9 512l-86.52 49.95L519.87 512z", style: {
fill: 'url(#odyssee-a-eye_svg__linear-gradient-7)',
} })] })] })] }));
const Memo = memo(SvgOdysseeAEye);
export { Memo as default };