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.

12 lines (9 loc) 1.64 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnWoodStone = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-wood-stone_svg__a", x1: 966.65, x2: 2384.95, y1: -12442.48, y2: -11688.35, gradientTransform: "matrix(1 0 0 -1 0 -10977.39)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#bce562" }), jsx("stop", { offset: 0.52, stopColor: "#92cb41" }), jsx("stop", { offset: 0.76, stopColor: "#629a3f" }), jsx("stop", { offset: 1, stopColor: "#5c883a" })] }), jsxs("linearGradient", { id: "hxgn-wood-stone_svg__b", x1: 1369.54, x2: 1722.25, y1: -12395.58, y2: -12208.04, gradientTransform: "matrix(1 0 0 -1 0 -10977.39)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#5c883a" }), jsx("stop", { offset: 1, stopColor: "#bce562" })] })] }), jsx("path", { d: "M1330.42 2050.33 668.31 903.53l-2.37-4.11a79.984 79.984 0 0 1 0-79.99l180.63-312.87 483.84 838.05 229.19-396.97 161.1 279.03c26.38 45.69 26.38 101.98 0 147.67l-390.29 676ZM2445.81 825.52l-180.63-312.86-657.01 1144.81a80.003 80.003 0 0 0 0 80l180.63 312.86 657.01-1144.81a80.003 80.003 0 0 0 0-80Z", style: { fill: 'url(#hxgn-wood-stone_svg__a)', } }), jsx("path", { d: "m1330.41 1344.6 201.48 356.76 206.35-361.21a79.977 79.977 0 0 0 .02-79.32L1559.6 947.64l-229.19 396.97Z", style: { fill: 'url(#hxgn-wood-stone_svg__b)', } })] })); const Memo = memo(SvgHxgnWoodStone); export { Memo as default };