@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 (7 loc) • 3.4 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var react = require('react');
const SvgMyvgl = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxRuntime.jsx("g", { clipPath: "url(#myvgl_svg__a)", children: jsxRuntime.jsxs("g", { clipPath: "url(#myvgl_svg__b)", children: [jsxRuntime.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" }), jsxRuntime.jsx("path", { fill: "#0D0D0D", d: "M23.7 16.5 21.3 26l2.4 9.5L7.2 26l16.5-9.5ZM28.3 16.5l2.4 9.5-2.4 9.5L44.7 26l-16.4-9.5ZM26 24.6 23.7 26l2.3 1.3 2.3-1.3-2.3-1.4Z" }), jsxRuntime.jsx("path", { fill: "url(#myvgl_svg__c)", d: "M23.7 16.5 21.3 26l2.4 9.5L7.2 26l16.5-9.5Z", opacity: 0.5 }), jsxRuntime.jsx("path", { fill: "url(#myvgl_svg__d)", d: "m28.3 16.5 2.4 9.5-2.4 9.5L44.7 26l-16.4-9.5Z", opacity: 0.5 }), jsxRuntime.jsx("path", { fill: "url(#myvgl_svg__e)", d: "M26 24.6 23.7 26l2.3 1.3 2.3-1.3-2.3-1.4Z", opacity: 0.5 })] }) }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "myvgl_svg__c", x1: 13.7, x2: 26.7, y1: 32.5, y2: 19.5, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { stopColor: "#9CF" }), jsxRuntime.jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsxRuntime.jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsxRuntime.jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsxRuntime.jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsxRuntime.jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsxRuntime.jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsxRuntime.jsxs("linearGradient", { id: "myvgl_svg__d", x1: 25.3, x2: 38.3, y1: 32.5, y2: 19.5, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { stopColor: "#9CF" }), jsxRuntime.jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsxRuntime.jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsxRuntime.jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsxRuntime.jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsxRuntime.jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsxRuntime.jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsxRuntime.jsxs("linearGradient", { id: "myvgl_svg__e", x1: 24.8, x2: 27.1, y1: 27.1, y2: 24.8, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { stopColor: "#9CF" }), jsxRuntime.jsx("stop", { offset: 0.1, stopColor: "#7CA4CD" }), jsxRuntime.jsx("stop", { offset: 0.3, stopColor: "#5A7793" }), jsxRuntime.jsx("stop", { offset: 0.5, stopColor: "#3E5163" }), jsxRuntime.jsx("stop", { offset: 0.6, stopColor: "#29333D" }), jsxRuntime.jsx("stop", { offset: 0.8, stopColor: "#191E23" }), jsxRuntime.jsx("stop", { offset: 0.9, stopColor: "#101112" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0D0D0D" })] }), jsxRuntime.jsx("clipPath", { id: "myvgl_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) }), jsxRuntime.jsx("clipPath", { id: "myvgl_svg__b", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] }));
const Memo = react.memo(SvgMyvgl);
exports["default"] = Memo;