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.

28 lines (23 loc) 3.94 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('react'); const SvgFlowManagerExecutor = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 1024 1024", ...props, children: [jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "flow-manager-executor_svg__d", x1: 2940.79, x2: 3168.73, y1: -897.87, y2: -776.68, gradientTransform: "rotate(-90 2246.89 1124)", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsxRuntime.jsx("stop", { offset: 0.11, stopColor: "#7fb6cd" }), jsxRuntime.jsx("stop", { offset: 0.29, stopColor: "#5d8393" }), jsxRuntime.jsx("stop", { offset: 0.46, stopColor: "#405863" }), jsxRuntime.jsx("stop", { offset: 0.62, stopColor: "#2a383d" }), jsxRuntime.jsx("stop", { offset: 0.77, stopColor: "#1a2023" }), jsxRuntime.jsx("stop", { offset: 0.9, stopColor: "#101212" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0d0d0d" })] }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#flow-manager-executor_svg__d", id: "flow-manager-executor_svg__e", x1: 2940.79, x2: 3168.73, y1: -671.59, y2: -550.4 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#flow-manager-executor_svg__d", id: "flow-manager-executor_svg__f", x1: 2940.79, x2: 3168.73, y1: -445.31, y2: -324.12 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#flow-manager-executor_svg__d", id: "flow-manager-executor_svg__g", x1: 2592.33, x2: 3021.42, y1: -752.96, y2: -524.8 }), jsxRuntime.jsx("style", { children: '.flow-manager-executor_svg__m{fill:#0d0d0d}' })] }), jsxRuntime.jsx("path", { id: "flow-manager-executor_svg__a", 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', } }), jsxRuntime.jsxs("g", { id: "flow-manager-executor_svg__c", children: [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: '#97d9f5', } }), jsxRuntime.jsx("path", { d: "m201 315.96 84.73 146.42 84.71-146.45-84.91-146.04L201 315.96z", className: "flow-manager-executor_svg__m" }), jsxRuntime.jsx("path", { d: "m201 315.96 84.73 146.42 84.71-146.45-84.91-146.04L201 315.96z", style: { fill: 'url(#flow-manager-executor_svg__d)', opacity: 0.48, } }), jsxRuntime.jsx("path", { d: "m427.28 315.96 84.73 146.42 84.71-146.45-84.91-146.04-84.53 146.07z", className: "flow-manager-executor_svg__m" }), jsxRuntime.jsx("path", { d: "m427.28 315.96 84.73 146.42 84.71-146.45-84.91-146.04-84.53 146.07z", style: { fill: 'url(#flow-manager-executor_svg__e)', opacity: 0.48, } }), jsxRuntime.jsx("path", { d: "m653.56 315.96 84.73 146.42L823 315.93l-84.91-146.04-84.53 146.07z", className: "flow-manager-executor_svg__m" }), jsxRuntime.jsx("path", { d: "m653.56 315.96 84.73 146.42L823 315.93l-84.91-146.04-84.53 146.07z", style: { opacity: 0.48, fill: 'url(#flow-manager-executor_svg__f)', } }), jsxRuntime.jsx("path", { d: "M314.14 511.5 512 854.11l195.97-339.29-82.57-150.83-114.35 197.6-112.86-197.6-84.05 147.51z", className: "flow-manager-executor_svg__m" }), jsxRuntime.jsx("path", { d: "M314.14 511.5 512 854.11l195.97-339.29-82.57-150.83-114.35 197.6-112.86-197.6-84.05 147.51z", style: { fill: 'url(#flow-manager-executor_svg__g)', opacity: 0.48, } })] })] })); const Memo = react.memo(SvgFlowManagerExecutor); exports["default"] = Memo;