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.

39 lines (34 loc) 4.41 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('react'); const SvgScenarioEditor = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", ...props, children: [jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "scenario-editor_svg__a", x1: 777.04, x2: 835.9, y1: 327.32, y2: 225.37, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#fbbf4c" }), jsxRuntime.jsx("stop", { offset: 0, stopColor: "#f7bc4b" }), jsxRuntime.jsx("stop", { offset: 0.22, stopColor: "#b18738" }), jsxRuntime.jsx("stop", { offset: 0.43, stopColor: "#765c29" }), jsxRuntime.jsx("stop", { offset: 0.61, stopColor: "#49391c" }), jsxRuntime.jsx("stop", { offset: 0.77, stopColor: "#282114" }), jsxRuntime.jsx("stop", { offset: 0.91, stopColor: "#14120e" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0d0d0d" })] }), jsxRuntime.jsxs("linearGradient", { id: "scenario-editor_svg__c", x1: 541.95, x2: 893.31, y1: 1150.59, y2: 489.77, gradientTransform: "rotate(90 511.85 512.45)", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#fbbf4c" }), jsxRuntime.jsx("stop", { offset: 0.1, stopColor: "#ecb448", stopOpacity: 0.94 }), jsxRuntime.jsx("stop", { offset: 0.28, stopColor: "#c5973d", stopOpacity: 0.78 }), jsxRuntime.jsx("stop", { offset: 0.54, stopColor: "#87682d", stopOpacity: 0.52 }), jsxRuntime.jsx("stop", { offset: 0.86, stopColor: "#332917", stopOpacity: 0.16 }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0d0d0d", stopOpacity: 0 })] }), jsxRuntime.jsx("clipPath", { id: "scenario-editor_svg__b", children: jsxRuntime.jsx("path", { d: "M0 388h712v636H319.27C143.06 1024 0 880.94 0 704.73V388Z", style: { fill: 'none', strokeWidth: 0, } }) })] }), jsxRuntime.jsx("path", { 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", style: { fill: '#fff', strokeWidth: 0, } }), jsxRuntime.jsx("path", { 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", style: { fill: '#fbbf4c', opacity: 0.16, strokeWidth: 0, } }), jsxRuntime.jsx("text", { style: { fontFamily: 'OpenSans-Bold,&quot', fontSize: 260, fontWeight: 700, letterSpacing: '-.01em', }, transform: "translate(748.91 335.81)", children: jsxRuntime.jsx("tspan", { x: 0, y: 0, children: 'E' }) }), jsxRuntime.jsx("path", { d: "M879.16 335.81H772.27V150.2h106.89v32.25h-67.54v40.75h62.84v32.25h-62.84v47.86h67.54v32.5Z", style: { strokeWidth: 0, fill: 'url(#scenario-editor_svg__a)', } }), jsxRuntime.jsxs("g", { style: { clipPath: 'url(#scenario-editor_svg__b)', }, children: [jsxRuntime.jsx("path", { d: "M559.93 479.09 279.44 964.91 62.64 589.4c4.01-6.95 14.05-6.95 18.07 0l198.73 344.22 180.82-313.19c22.26-38.56 22.26-86.07 0-124.63l-63.39-109.79-117.43 203.4-90.21-156.24c-16.85-29.18-47.98-47.16-81.68-47.16h-72.1c-44.67 0-85.98 23.74-108.45 62.35l-35.97 61.81c-22.62 38.87-22.7 86.87-.22 125.81l334.31 579.05c24.14 41.82 84.5 41.82 108.65 0L713.46 557.4l-45.7-78.51c-24.08-41.37-83.88-41.26-107.81.19Z", style: { fill: '#0d0d0d', strokeWidth: 0, } }), jsxRuntime.jsx("path", { d: "M559.93 479.09 279.44 964.91 62.64 589.4c4.01-6.95 14.05-6.95 18.07 0l198.73 344.22 180.82-313.19c22.26-38.56 22.26-86.07 0-124.63l-63.39-109.79-117.43 203.4-90.21-156.24c-16.85-29.18-47.98-47.16-81.68-47.16h-72.1c-44.67 0-85.98 23.74-108.45 62.35l-35.97 61.81c-22.62 38.87-22.7 86.87-.22 125.81l334.31 579.05c24.14 41.82 84.5 41.82 108.65 0L713.46 557.4l-45.7-78.51c-24.08-41.37-83.88-41.26-107.81.19Z", style: { fill: 'url(#scenario-editor_svg__c)', opacity: 0.8, strokeWidth: 0, } })] })] })); const Memo = react.memo(SvgScenarioEditor); exports["default"] = Memo;