@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) • 3.6 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgVgcore = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsx("g", { clipPath: "url(#vgcore_svg__a)", children: jsxs("g", { clipPath: "url(#vgcore_svg__b)", children: [jsx("path", { fill: "#97D9F5", d: "M0 16.2C0 7.3 7.3 0 16.2 0h19.5c9 0 16.2 7.3 16.2 16.2v19.5c0 9-7.3 16.2-16.2 16.2H16.2C7.3 52 0 44.7 0 35.8V16.2Z" }), jsx("path", { fill: "#0D0D0D", d: "m43.4 14.3-8.7-5-8.7 5-8.7-5-8.7 5 17.4 10 17.4-10ZM43.4 37.7l-8.7 5-8.7-5-8.7 5-8.7-5 17.4-10 17.4 10ZM8.6 14.3l8.7 5v13.4l-8.7 5V14.3Z" }), jsx("path", { fill: "#0D0D0D", d: "m43.4 14.3-8.7 5v13.4l8.7 5V14.3Z" }), jsx("path", { fill: "url(#vgcore_svg__c)", d: "m43.4 14.3-8.7-5-8.7 5-8.7-5-8.7 5 17.4 10 17.4-10Z", opacity: 0.5 }), jsx("path", { fill: "url(#vgcore_svg__d)", d: "m43.4 37.7-8.7 5-8.7-5-8.7 5-8.7-5 17.4-10 17.4 10Z", opacity: 0.5 }), jsx("path", { fill: "url(#vgcore_svg__e)", d: "m43.4 14.3-8.7 5v13.4l8.7 5V14.3Z", opacity: 0.5 }), jsx("path", { fill: "url(#vgcore_svg__f)", d: "m8.6 14.3 8.7 5v13.4l-8.7 5V14.3Z", opacity: 0.5 })] }) }), jsxs("defs", { children: [jsxs("linearGradient", { id: "vgcore_svg__c", x1: 12.4, x2: 39.5, y1: 7.3, y2: 21.7, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#9CF" }), jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsxs("linearGradient", { id: "vgcore_svg__d", x1: 12.5, x2: 39.6, y1: 30.3, y2: 44.7, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#9CF" }), jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsxs("linearGradient", { id: "vgcore_svg__e", x1: 33.8, x2: 48.2, y1: 20.9, y2: 28.6, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#9CF" }), jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsxs("linearGradient", { id: "vgcore_svg__f", x1: 3.8, x2: 18.1, y1: 23.4, y2: 31.1, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#9CF" }), jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsx("clipPath", { id: "vgcore_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) }), jsx("clipPath", { id: "vgcore_svg__b", children: jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] }));
const Memo = memo(SvgVgcore);
export { Memo as default };