UNPKG

@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) 1.98 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnNcMeasure = (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-measure_svg__a", x1: 413.73, x2: 702.92, y1: 588.74, y2: 742.5, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#231f20" })] }), jsx("linearGradient", { xlinkHref: "#hxgn-nc-measure_svg__a", id: "hxgn-nc-measure_svg__b", x1: 290.46, x2: 436.87, y1: 472.65, y2: 550.49 }), jsx("linearGradient", { xlinkHref: "#hxgn-nc-measure_svg__a", id: "hxgn-nc-measure_svg__c", x1: 511.33, x2: 932.86, y1: 432.07, y2: 656.21 })] }), 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: "m326.71 752.4 185.47-321.25L697.65 752.4H326.71zM142 751.86l277.71-480.58h165.62L307.37 752.72 142 751.86zM717.14 751.86H882L604.54 271.28l-83.06 141.7 195.66 338.88z" }), jsx("path", { fill: "url(#hxgn-nc-measure_svg__a)", d: "m326.71 752.4 185.47-321.25L697.65 752.4H326.71z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-nc-measure_svg__b)", d: "m142 751.86 277.71-480.58h165.62L307.37 752.72 142 751.86z", opacity: 0.48 }), jsx("path", { fill: "url(#hxgn-nc-measure_svg__c)", d: "M717.14 751.86H882L604.54 271.28l-83.06 141.7 195.66 338.88z", opacity: 0.48 })] })] })); const Memo = memo(SvgHxgnNcMeasure); export { Memo as default };