@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.11 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnNcGage = (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-nc-gage_svg__a", x1: 530.05, x2: 885.32, y1: 316.53, y2: 505.43, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#231f20" })] }), jsx("linearGradient", { xlinkHref: "#hxgn-nc-gage_svg__a", id: "hxgn-nc-gage_svg__b", x1: 450.26, x2: 631.57, y1: 409.07, y2: 505.47 }), jsx("linearGradient", { xlinkHref: "#hxgn-nc-gage_svg__a", id: "hxgn-nc-gage_svg__c", x1: 222.19, x2: 410.66, y1: 360.87, y2: 461.08 })] }), 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: "#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", "data-name": "Background - Lv3" }), jsxs("g", { "data-name": "[Place Icon Here - Standard Icon]", children: [jsx("path", { fill: "#0d0d0d", d: "m533.38 310.93 116.28 201.4-116.28 201.41 232.34.01L882 512.35 765.71 310.92l-232.33.01z" }), jsx("path", { fill: "#0d0d0d", d: "m512 310.92 116.28 201.41L512 712.43l-116.29-200.1L512 310.92z" }), jsx("path", { fill: "#0d0d0d", d: "m374.57 512.33 116.29-201.41-232.57-.02-116.28 201.43 116.27 201.42h232.97L374.57 512.33z" }), jsx("path", { fill: "url(#hxgn-nc-gage_svg__a)", d: "m533.37 310.28 116.28 201.4 232.34.02-116.3-201.44-232.32.02z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-nc-gage_svg__b)", d: "m511.99 310.26 116.27 201.42H395.7l116.29-201.42z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-nc-gage_svg__c)", d: "m374.56 511.68 116.29-201.42-232.57-.01L142 511.68h232.56z", opacity: 0.48 })] })] }));
const Memo = memo(SvgHxgnNcGage);
export { Memo as default };