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.

14 lines (11 loc) 2.26 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgHxgnSheetMetalFabrication = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "hxgn-sheet-metal-fabrication_svg__b", x1: 559.11, x2: 2513.19, y1: 1280, y2: 1280, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#afe746" }), jsx("stop", { offset: 0.52, stopColor: "#7fce0f" }), jsx("stop", { offset: 0.76, stopColor: "#4d9c2d" }), jsx("stop", { offset: 1, stopColor: "#4d892c" })] }), jsxs("linearGradient", { id: "hxgn-sheet-metal-fabrication_svg__a", x1: 1235.5, x2: 2513.19, y1: 1206.28, y2: 1206.28, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#4d892c" }), jsx("stop", { offset: 1, stopColor: "#afe746" })] }), jsx("linearGradient", { xlinkHref: "#hxgn-sheet-metal-fabrication_svg__a", id: "hxgn-sheet-metal-fabrication_svg__c", x1: 700.99, x2: 1978.68, y1: -12504.33, y2: -12504.33, gradientTransform: "rotate(-180 1268.745 -5575.04)" })] }), jsx("path", { d: "m1472.95 1611.18-913.84-526.45 977.04-564.1 977.04 564.1-213.36 126.08c-53.89 31.85-120.8 32.03-174.87.49l-499.52-291.43c-55.22-32.21-123.46-32.37-178.82-.41l-286.26 165.27 676.39 393.74-237.08 133.36c-39.4 22.16-87.56 21.91-126.73-.65Zm-9.17-655.69L1235.5 1083.9l676.43 391.36-313.7 181.11c-38.41 22.17-85.74 22.13-124.1-.12l-528.16-306.27c-53.32-30.92-119.14-30.84-172.39.21l-214.47 125.06 977.04 564.1 977.04-564.1-905.06-519.16c-44.65-25.61-99.49-25.84-144.35-.61Z", style: { fill: 'url(#hxgn-sheet-metal-fabrication_svg__b)', } }), jsx("path", { d: "M1911.93 1475.26h601.26l-905.52-518.64c-44.59-25.54-99.32-25.78-144.13-.64l-228.04 127.93 676.43 391.36Z", style: { fill: 'url(#hxgn-sheet-metal-fabrication_svg__a)', } }), jsx("path", { d: "M1160.07 1085.27H558.81l905.52 518.64c44.59 25.54 99.32 25.78 144.13.64l228.04-127.93-676.43-391.36Z", style: { fill: 'url(#hxgn-sheet-metal-fabrication_svg__c)', } })] })); const Memo = memo(SvgHxgnSheetMetalFabrication); export { Memo as default };