@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) • 3.86 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgMetrologyAssetManager = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxs("g", { clipPath: "url(#metrology-asset-manager_svg__a)", children: [jsx("path", { fill: "url(#metrology-asset-manager_svg__b)", d: "M0 16.25C0 7.275 7.275 0 16.25 0h19.5C44.725 0 52 7.275 52 16.25v19.5C52 44.725 44.725 52 35.75 52h-19.5C7.275 52 0 44.725 0 35.75v-19.5Z" }), jsx("path", { fill: "url(#metrology-asset-manager_svg__c)", d: "M0 16.25C0 7.275 7.275 0 16.25 0h19.5C44.725 0 52 7.275 52 16.25v19.5C52 44.725 44.725 52 35.75 52h-19.5C7.275 52 0 44.725 0 35.75v-19.5Z" }), jsx("path", { fill: "#0D0D0D", d: "m11.9 12.22 19.526 11.274v10.02l8.679-5.01v-10.02L20.578 7.21 11.9 12.22Z" }), jsx("path", { fill: "#0D0D0D", d: "m11.9 23.494 9.763 5.636v10.021l8.679-5.01V24.12l-9.764-5.637-8.678 5.011Z" }), jsx("path", { fill: "url(#metrology-asset-manager_svg__d)", d: "M40.105 18.483 20.578 7.21 11.9 12.22l19.526 11.274", opacity: 0.8 }), jsx("path", { fill: "url(#metrology-asset-manager_svg__e)", d: "m30.341 24.12-9.763-5.637-8.678 5.011 9.763 5.636", opacity: 0.8 }), jsx("path", { fill: "#0D0D0D", d: "M20.578 29.757v10.02L11.9 44.789v-10.02l8.678-5.011Z" })] }), jsxs("defs", { children: [jsxs("linearGradient", { id: "metrology-asset-manager_svg__b", x1: 0.007, x2: 51.993, y1: 12.179, y2: 39.821, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#A5D867" }), jsx("stop", { offset: 0.195, stopColor: "#A2D769" }), jsx("stop", { offset: 0.351, stopColor: "#98D36E" }), jsx("stop", { offset: 0.494, stopColor: "#87CC76" }), jsx("stop", { offset: 0.629, stopColor: "#6FC382" }), jsx("stop", { offset: 0.758, stopColor: "#50B792" }), jsx("stop", { offset: 0.882, stopColor: "#2BA9A4" }), jsx("stop", { offset: 1, stopColor: "#0098BA" })] }), jsxs("linearGradient", { id: "metrology-asset-manager_svg__c", x1: 0.007, x2: 51.993, y1: 12.179, y2: 39.821, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#A5D867" }), jsx("stop", { offset: 0.195, stopColor: "#A2D769" }), jsx("stop", { offset: 0.351, stopColor: "#98D36E" }), jsx("stop", { offset: 0.494, stopColor: "#87CC76" }), jsx("stop", { offset: 0.629, stopColor: "#6FC382" }), jsx("stop", { offset: 0.758, stopColor: "#50B792" }), jsx("stop", { offset: 0.882, stopColor: "#2BA9A4" }), jsx("stop", { offset: 1, stopColor: "#0098BA" })] }), jsxs("linearGradient", { id: "metrology-asset-manager_svg__d", x1: 13.71, x2: 38.294, y1: 8.816, y2: 21.888, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#CDE7AE" }), jsx("stop", { offset: 0.09, stopColor: "#C7E0A9", stopOpacity: 0.97 }), jsx("stop", { offset: 0.23, stopColor: "#B7CE9B", stopOpacity: 0.89 }), jsx("stop", { offset: 0.39, stopColor: "#9CB085", stopOpacity: 0.75 }), jsx("stop", { offset: 0.58, stopColor: "#788666", stopOpacity: 0.56 }), jsx("stop", { offset: 0.78, stopColor: "#49513F", stopOpacity: 0.31 }), jsx("stop", { offset: 0.99, stopColor: "#101110", stopOpacity: 0.02 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "metrology-asset-manager_svg__e", x1: 13.802, x2: 28.438, y1: 19.916, y2: 27.698, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#CDE7AE" }), jsx("stop", { offset: 0.11, stopColor: "#BED6A1", stopOpacity: 0.92 }), jsx("stop", { offset: 0.33, stopColor: "#98AB82", stopOpacity: 0.73 }), jsx("stop", { offset: 0.64, stopColor: "#5B664F", stopOpacity: 0.41 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsx("clipPath", { id: "metrology-asset-manager_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] }));
const Memo = memo(SvgMetrologyAssetManager);
export { Memo as default };