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) 2.29 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgCheckSet5 = (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: "check-set5_svg__a", x1: 599.59, x2: 730.21, y1: 477.3, y2: 546.75, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#231f20" })] }), jsx("linearGradient", { xlinkHref: "#check-set5_svg__a", id: "check-set5_svg__b", x1: 219.33, x2: 796.56, y1: 115.07, y2: 421.98 }), jsx("linearGradient", { xlinkHref: "#check-set5_svg__a", id: "check-set5_svg__c", x1: 384.84, x2: 485.83, y1: 617.57, y2: 671.27 }), jsx("linearGradient", { xlinkHref: "#check-set5_svg__a", id: "check-set5_svg__d", x1: 87.75, x2: 417.6, y1: 362.53, y2: 537.92 })] }), 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: [jsxs("g", { fill: "#0d0d0d", children: [jsx("path", { d: "m447.61 763.13 209.27-362.81-289.75-.06 64.38 111.5-72.43 125.45L141.8 260.87l740.4.05-289.74 502.21H447.61z" }), jsx("path", { d: "m366.73 651.62 72.83-125.92 64.38 111.51-72.83 125.92-64.38-111.51z" })] }), jsx("path", { fill: "url(#check-set5_svg__a)", d: "m447.61 763.13 209.27-362.81 225.32-139.4-289.74 502.21H447.61z", opacity: 0.48 }), jsx("path", { fill: "url(#check-set5_svg__b)", d: "m656.88 400.32-289.75-.06L141.8 260.87l740.4.05-225.32 139.4z", opacity: 0.48 }), jsx("path", { fill: "url(#check-set5_svg__c)", d: "m366.73 651.62 72.83-125.92 64.38 111.51-72.83 125.92-64.38-111.51z", opacity: 0.48 }), jsx("path", { fill: "url(#check-set5_svg__d)", d: "m367.13 400.26 64.38 111.5-72.43 125.45L141.8 260.87l225.33 139.39z", opacity: 0.48 })] })] })); const Memo = memo(SvgCheckSet5); export { Memo as default };