@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
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnMouldandDie = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-mouldand-die_svg__a", x1: 966.65, x2: 2384.95, y1: -12442.48, y2: -11688.35, gradientTransform: "translate(0 13534.27)", 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-mouldand-die_svg__b", x1: 1369.54, x2: 1722.25, y1: -12395.58, y2: -12208.04, gradientTransform: "translate(0 13534.27)", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#5c883a" }), jsx("stop", { offset: 1, stopColor: "#bce562" })] })] }), jsx("path", { d: "M1720.7 1182.56c26.38 45.69 26.38 101.98 0 147.67l-161.1 279.03-229.19-396.97-483.84 838.05-180.63-312.87a79.984 79.984 0 0 1 0-79.99l2.37-4.11 662.11-1146.81 390.29 676Zm725.11 468.81L1788.79 506.56l-180.63 312.86a80.003 80.003 0 0 0 0 80l657.01 1144.81 180.63-312.86a80.003 80.003 0 0 0 0-80Z", style: {
fill: 'url(#hxgn-mouldand-die_svg__a)',
} }), jsx("path", { d: "m1330.41 1212.28 201.48-356.76 206.35 361.21a79.977 79.977 0 0 1 .02 79.32l-178.66 313.19-229.19-396.97Z", style: {
fill: 'url(#hxgn-mouldand-die_svg__b)',
} })] }));
const Memo = memo(SvgHxgnMouldandDie);
export { Memo as default };