@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.
8 lines (5 loc) • 1.91 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgAutonomousMetrology = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", "data-name": "[Insert icon here]", viewBox: "0 0 3072 2560", ...props, children: [jsxs("defs", { children: [jsxs("linearGradient", { id: "autonomous-metrology_svg__a", x1: 850.48, x2: 2479.28, y1: 1097.36, y2: 1963.41, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0, stopColor: "#a5d867" }), jsx("stop", { offset: 1, stopColor: "#0098ba" })] }), jsx("linearGradient", { xlinkHref: "#autonomous-metrology_svg__a", id: "autonomous-metrology_svg__b", x1: 659.76, x2: 2288.56, y1: 1456.06, y2: 2322.11 }), jsx("linearGradient", { xlinkHref: "#autonomous-metrology_svg__a", id: "autonomous-metrology_svg__c", x1: 948.67, x2: 2577.47, y1: 912.69, y2: 1778.74 }), jsx("linearGradient", { xlinkHref: "#autonomous-metrology_svg__a", id: "autonomous-metrology_svg__d", x1: 1044.14, x2: 2672.94, y1: 733.15, y2: 1599.19 })] }), jsx("path", { fill: "url(#autonomous-metrology_svg__a)", d: "M1091.12 767.66a144.441 144.441 0 0 0-46.26 42.16l-12.9 22.35-118.2 204.73c21.18 12.51 35.43 35.51 35.43 61.89 0 12.18-3.05 23.64-8.4 33.69l392.03 679.02h360.95l-458.88-794.81-143.78-249.03Z" }), jsx("path", { fill: "url(#autonomous-metrology_svg__b)", d: "m841.92 1161.32-321.23 556.39c-24.06 41.68 6.02 93.78 54.14 93.78H827.5l216.57-375.11-154.09-266.89c-4.12.74-8.35 1.18-12.68 1.18-12.87 0-24.93-3.43-35.38-9.35Z" }), jsx("path", { fill: "url(#autonomous-metrology_svg__c)", d: "M1162.49 748.67c-3.34 0-6.64.15-9.92.38l129.19 223.76 484.21 838.68h360.95L1513.3 748.67h-350.81Z" }), jsx("path", { fill: "url(#autonomous-metrology_svg__d)", d: "M1946.44 748.67h-360.95l613.62 1062.82h360.95L1946.44 748.67z" })] }));
const Memo = memo(SvgAutonomousMetrology);
export { Memo as default };