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.

37 lines (32 loc) 4.83 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('react'); const SvgWorldEdit = (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: "world-edit_svg__b", x1: 0.13, x2: 1023.87, y1: 239.83, y2: 784.17, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#a5d867" }), jsxRuntime.jsx("stop", { offset: 0.19, stopColor: "#a1d668" }), jsxRuntime.jsx("stop", { offset: 0.35, stopColor: "#97d26d" }), jsxRuntime.jsx("stop", { offset: 0.49, stopColor: "#86cc76" }), jsxRuntime.jsx("stop", { offset: 0.63, stopColor: "#6fc382" }), jsxRuntime.jsx("stop", { offset: 0.76, stopColor: "#50b791" }), jsxRuntime.jsx("stop", { offset: 0.88, stopColor: "#2ba8a4" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0098ba" })] }), jsxRuntime.jsxs("linearGradient", { id: "world-edit_svg__d", x1: 140.94, x2: 519.32, y1: 411.48, y2: 612.67, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#a5d867" }), jsxRuntime.jsx("stop", { offset: 0.1, stopColor: "rgba(159,208,99,.96)", stopOpacity: 0.96 }), jsxRuntime.jsx("stop", { offset: 0.25, stopColor: "rgba(143,186,90,.86)", stopOpacity: 0.86 }), jsxRuntime.jsx("stop", { offset: 0.44, stopColor: "rgba(116,151,74,.68)", stopOpacity: 0.68 }), jsxRuntime.jsx("stop", { offset: 0.66, stopColor: "rgba(80,103,52,.44)", stopOpacity: 0.44 }), jsxRuntime.jsx("stop", { offset: 0.9, stopColor: "rgba(34,41,25,.14)", stopOpacity: 0.14 }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0d0d0d", stopOpacity: 0 })] }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#world-edit_svg__d", id: "world-edit_svg__e", x1: 504.68, x2: 883.06, y1: 411.43, y2: 612.61 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#world-edit_svg__d", id: "world-edit_svg__f", x1: 367.83, x2: 474.29, y1: 326.42, y2: 383.03 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#world-edit_svg__d", id: "world-edit_svg__g", x1: 458.86, x2: 565.32, y1: 483.56, y2: 540.17 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#world-edit_svg__d", id: "world-edit_svg__h", x1: 549.88, x2: 656.34, y1: 640.68, y2: 697.28 }), jsxRuntime.jsx("style", { children: '.world-edit_svg__p{stroke-width:0;fill:#0d0d0d}' })] }), jsxRuntime.jsx("rect", { id: "world-edit_svg__a", width: 1024, height: 1024, rx: 320, ry: 320, style: { fill: 'url(#world-edit_svg__b)', strokeWidth: 0, } }), jsxRuntime.jsxs("g", { id: "world-edit_svg__c", children: [jsxRuntime.jsx("path", { d: "m171.04 354.88 68.13-117.73 250.06 432.13L421.1 787 171.04 354.88zM534.77 354.82 602.9 237.1l250.06 432.12-68.13 117.72-250.06-432.12zM420.94 237l-68.12 117.66 68.12 117.66 68.29-117.39L420.94 237zM511.97 394.14 443.85 511.8l68.12 117.66 68.28-117.39-68.28-117.93zM602.99 551.26l-68.12 117.65 68.12 117.66 68.29-117.38-68.29-117.93z", className: "world-edit_svg__p" }), jsxRuntime.jsxs("g", { style: { opacity: 0.7, }, children: [jsxRuntime.jsx("path", { d: "m171.04 354.88 68.13-117.73 250.06 432.13L421.1 787 171.04 354.88z", style: { strokeWidth: 0, opacity: 0.7, fill: 'url(#world-edit_svg__d)', } }), jsxRuntime.jsx("path", { d: "M534.77 354.82 602.9 237.1l250.06 432.12-68.13 117.72-250.06-432.12z", style: { fill: 'url(#world-edit_svg__e)', strokeWidth: 0, opacity: 0.7, } }), jsxRuntime.jsx("path", { d: "m420.94 237-68.12 117.66 68.12 117.66 68.29-117.39L420.94 237z", style: { fill: 'url(#world-edit_svg__f)', strokeWidth: 0, opacity: 0.7, } }), jsxRuntime.jsx("path", { d: "M511.97 394.14 443.85 511.8l68.12 117.66 68.28-117.39-68.28-117.93z", style: { fill: 'url(#world-edit_svg__g)', strokeWidth: 0, opacity: 0.7, } }), jsxRuntime.jsx("path", { d: "m602.99 551.26-68.12 117.65 68.12 117.66 68.29-117.38-68.29-117.93z", style: { fill: 'url(#world-edit_svg__h)', strokeWidth: 0, opacity: 0.7, } })] })] })] })); const Memo = react.memo(SvgWorldEdit); exports["default"] = Memo;