@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.
68 lines (65 loc) • 4.92 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgHxgnRoboticAutomation = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "0 0 1024 1024", ...props, children: [jsx("path", { fill: "#6CBEBB", 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" }), jsx("path", { fill: "#0D0D0D", d: "M854 170.02v300.63h-.03l-79.54 137.76-79.55-137.79h-.03V329.13H553.4l-.06-.03-137.73-79.51 137.79-79.57z" }), jsx("path", { fill: "#0D0D0D", d: "M682.36 341.69v251.78h-.03l-79.51 137.76-79.58-137.79V500.8h-92.69v-.06l-137.76-79.51 137.79-79.57z" }), jsx("path", { fill: "#0D0D0D", d: "M510.75 513.27v202.96h-.07l-79.51 137.75-79.57-137.79v-43.81h-43.87v-.03L170 592.81l137.79-79.57z" }), jsxs("linearGradient", { id: "hxgn-robotic-automation_svg__a", x1: 479.112, x2: 835.07, y1: 130.159, y2: 319.426, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#6cbebb',
} }), jsx("stop", { offset: 0.122, style: {
stopColor: '#6ab9b6',
stopOpacity: 0.8657,
} }), jsx("stop", { offset: 0.259, style: {
stopColor: '#62aca9',
stopOpacity: 0.7143,
} }), jsx("stop", { offset: 0.404, style: {
stopColor: '#569593',
stopOpacity: 0.5545,
} }), jsx("stop", { offset: 0.554, style: {
stopColor: '#457674',
stopOpacity: 0.389,
} }), jsx("stop", { offset: 0.708, style: {
stopColor: '#2f4d4c',
stopOpacity: 0.219,
} }), jsx("stop", { offset: 0.863, style: {
stopColor: '#151c1c',
stopOpacity: 0.0477,
} }), jsx("stop", { offset: 0.906, style: {
stopColor: '#0d0d0d',
stopOpacity: 0,
} })] }), jsx("path", { fill: "url(#hxgn-robotic-automation_svg__a)", d: "M694.85 329.13H553.4l-.06-.03-137.73-79.51 137.79-79.57H854", opacity: 0.72 }), jsxs("linearGradient", { id: "hxgn-robotic-automation_svg__b", x1: 350.895, x2: 657.737, y1: 311.95, y2: 475.101, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#6cbebb',
} }), jsx("stop", { offset: 0.125, style: {
stopColor: '#69b9b6',
stopOpacity: 0.8754,
} }), jsx("stop", { offset: 0.278, style: {
stopColor: '#61aaa7',
stopOpacity: 0.7218,
} }), jsx("stop", { offset: 0.447, style: {
stopColor: '#54918e',
stopOpacity: 0.5531,
} }), jsx("stop", { offset: 0.626, style: {
stopColor: '#416e6c',
stopOpacity: 0.3735,
} }), jsx("stop", { offset: 0.813, style: {
stopColor: '#294140',
stopOpacity: 0.1867,
} }), jsx("stop", { offset: 1, style: {
stopColor: '#0d0d0d',
stopOpacity: 0,
} })] }), jsx("path", { fill: "url(#hxgn-robotic-automation_svg__b)", d: "M523.24 500.8h-92.69v-.06l-137.76-79.51 137.79-79.57 251.78.03", opacity: 0.72 }), jsxs("linearGradient", { id: "hxgn-robotic-automation_svg__c", x1: 265.221, x2: 512.034, y1: 516.252, y2: 647.485, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, style: {
stopColor: '#6cbebb',
} }), jsx("stop", { offset: 0.112, style: {
stopColor: '#67b4b2',
stopOpacity: 0.8884,
} }), jsx("stop", { offset: 0.298, style: {
stopColor: '#599b98',
stopOpacity: 0.7021,
} }), jsx("stop", { offset: 0.536, style: {
stopColor: '#43716f',
stopOpacity: 0.4639,
} }), jsx("stop", { offset: 0.814, style: {
stopColor: '#243837',
stopOpacity: 0.1862,
} }), jsx("stop", { offset: 1, style: {
stopColor: '#0d0d0d',
stopOpacity: 0,
} })] }), jsx("path", { fill: "url(#hxgn-robotic-automation_svg__c)", d: "M351.6 672.38h-43.87v-.03L170 592.81l137.79-79.57 202.96.03", opacity: 0.64 })] }));
const Memo = memo(SvgHxgnRoboticAutomation);
export { Memo as default };