@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.
24 lines (21 loc) • 3.57 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgFlowManagerExecutor = (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: "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: [jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsx("stop", { offset: 0.11, stopColor: "#7fb6cd" }), jsx("stop", { offset: 0.29, stopColor: "#5d8393" }), jsx("stop", { offset: 0.46, stopColor: "#405863" }), jsx("stop", { offset: 0.62, stopColor: "#2a383d" }), jsx("stop", { offset: 0.77, stopColor: "#1a2023" }), jsx("stop", { offset: 0.9, stopColor: "#101212" }), jsx("stop", { offset: 1, stopColor: "#0d0d0d" })] }), 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 }), 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 }), 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 }), jsx("style", { children: '.flow-manager-executor_svg__m{fill:#0d0d0d}' })] }), 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',
} }), jsxs("g", { id: "flow-manager-executor_svg__c", children: [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',
} }), 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" }), 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,
} }), 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" }), 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,
} }), 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" }), 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)',
} }), 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" }), 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 = memo(SvgFlowManagerExecutor);
export { Memo as default };