@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.5 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnSlsPi = (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: "hxgn-sls-pi_svg__a", x1: 513.42, x2: 814.97, y1: 915.95, y2: 1076.28, gradientTransform: "matrix(1 0 0 -1 0 1373.22)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#231f20" })] }), jsx("linearGradient", { xlinkHref: "#hxgn-sls-pi_svg__a", id: "hxgn-sls-pi_svg__b", x1: 1861.5, x2: 2162.6, y1: 475.06, y2: 635.16, gradientTransform: "matrix(-1 0 0 1 2677.65 0)" }), jsx("linearGradient", { xlinkHref: "#hxgn-sls-pi_svg__a", id: "hxgn-sls-pi_svg__c", x1: 206.19, x2: 507.74, y1: 915.95, y2: 1076.28 }), jsx("linearGradient", { xlinkHref: "#hxgn-sls-pi_svg__a", id: "hxgn-sls-pi_svg__d", x1: 2168.72, x2: 2469.82, y1: 475.06, y2: 635.16, gradientTransform: "matrix(-1 0 0 1 2677.65 0)" })] }), 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" }), jsxs("g", { "data-name": "Background - Lv3", children: [jsx("path", { fill: "#99d9f5", 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" }), jsxs("g", { fill: "#0d0d0d", children: [jsx("path", { d: "m282.96 254.44-141.19 81.39 152.55 87.94-152.55 88.09 152.55 88.07-152.55 87.94 141.19 81.96 292.03-170.35L423.47 512l151.54-88.55-292.05-169.01z" }), jsx("path", { d: "m590.19 254.44-141.2 81.39 152.55 87.94-152.55 88.09 152.55 88.07-152.55 87.94 141.2 81.96 292.03-170.35L730.7 512l151.53-88.55-292.04-169.01z" })] }), jsx("path", { fill: "url(#hxgn-sls-pi_svg__a)", d: "M601.55 424.07 449 336.13l141.2-81.96 292.03 169.28-280.68.62z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-sls-pi_svg__b)", d: "m729.67 511.37 152.55 87.94-281.7.17L449 510.92l280.67.45z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-sls-pi_svg__c)", d: "m294.33 424.07-152.56-87.94 141.2-81.96 292.04 169.28-280.68.62z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-sls-pi_svg__d)", d: "m422.44 511.37 152.55 87.94-281.69.17-151.53-88.56 280.67.45z", opacity: 0.48 })] })] }));
const Memo = memo(SvgHxgnSlsPi);
export { Memo as default };