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.44 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgBendingStudioXt = (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: "bending-studio-xt_svg__a", x1: 595.96, x2: 820.36, y1: 490.13, y2: 609.45, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 1, stopColor: "#0d0d0d" })] }), jsx("linearGradient", { xlinkHref: "#bending-studio-xt_svg__a", id: "bending-studio-xt_svg__b", x1: 203.73, x2: 428, y1: 414.55, y2: 533.79 }), jsx("linearGradient", { xlinkHref: "#bending-studio-xt_svg__a", id: "bending-studio-xt_svg__c", x1: 225.04, x2: 606.48, y1: 617.77, y2: 820.58 }), jsx("linearGradient", { xlinkHref: "#bending-studio-xt_svg__a", id: "bending-studio-xt_svg__d", x1: 2003.18, x2: 1621.74, y1: 2042.14, y2: 1839.33, gradientTransform: "rotate(-180 1210.35 1122.78)" })] }), 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: "#97d9f5", 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: "m642.64 402.32.15 370.93 130.44-75.16V326.17l-130.59 76.15ZM250.72 326.18v371.58l130.44-75.87.15-371.14-130.59 75.43ZM142.37 773.26l489.36-.15V634.56H381.32l-238.94 138.7Z" }), jsx("path", { fill: "url(#bending-studio-xt_svg__a)", d: "m642.64 402.32.15 370.93 130.44-75.16V326.17l-130.59 76.15Z", opacity: 0.48 }), jsx("path", { fill: "url(#bending-studio-xt_svg__b)", d: "M250.72 326.18v371.58l130.44-75.87.15-371.14-130.59 75.43Z", opacity: 0.48 }), jsx("path", { fill: "url(#bending-studio-xt_svg__c)", d: "m142.37 773.26 489.36-.15V634.56H381.32l-238.94 138.7Z", opacity: 0.48 }), jsx("path", { fill: "#0d0d0d", d: "m881.63 250.74-489.36.15v138.55h250.41l238.94-138.7Z" }), jsx("path", { fill: "url(#bending-studio-xt_svg__d)", d: "m881.63 250.74-489.36.15v138.55h250.41l238.94-138.7Z", opacity: 0.48 })] })] })); const Memo = memo(SvgBendingStudioXt); export { Memo as default };