@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.
24 lines (19 loc) • 2.68 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var react = require('react');
const SvgQDasProductLine = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 3072 2560", ...props, children: [jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "q-das-product-line_svg__a", x1: 625.31, x2: 1627.4, y1: 1365.61, y2: 1898.43, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#86b3f3" }), jsxRuntime.jsx("stop", { offset: 0.5, stopColor: "#5b86d9" }), jsxRuntime.jsx("stop", { offset: 0.75, stopColor: "#2b69d8" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#2c3ecf" })] }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#q-das-product-line_svg__a", id: "q-das-product-line_svg__c", x1: 609.27, x2: 2065.99, y1: 879.28, y2: 1653.83 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#q-das-product-line_svg__a", id: "q-das-product-line_svg__d", x1: 1447.45, x2: 2485.07, y1: 1360.06, y2: 1911.77 }), jsxRuntime.jsxs("linearGradient", { id: "q-das-product-line_svg__b", x1: 1410.63, x2: 2244.27, y1: 875.29, y2: 1318.54, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#2c3ecf" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#86b3f3" })] }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#q-das-product-line_svg__b", id: "q-das-product-line_svg__e", x1: 625.31, x2: 1627.4, y1: 1365.61, y2: 1898.43 })] }), jsxRuntime.jsx("path", { d: "m546.05 1514.68 785.12 452.3 375.49-217.61-785.12-452.3-375.49 217.61z", style: {
fill: 'url(#q-das-product-line_svg__a)',
} }), jsxRuntime.jsx("path", { d: "m2150.45 1494.99-.02-432.6-443.77-256.02-375.49-213.35-819.25 469.37v435.22l817.32-472.87 821.21 470.25z", style: {
fill: 'url(#q-das-product-line_svg__c)',
} }), jsxRuntime.jsx("path", { d: "m1740.83 1297.71-375.49 216.78 443.76 256.2 750.98.01-819.25-472.99z", style: {
fill: 'url(#q-das-product-line_svg__d)',
} }), jsxRuntime.jsx("path", { d: "m1706.66 806.37-375.49 218.37 819.28 470.25-.02-432.6-443.77-256.02z", style: {
opacity: 0.48,
fill: 'url(#q-das-product-line_svg__b)',
} }), jsxRuntime.jsx("path", { d: "m921.54 1297.07-375.49 217.61 785.12 452.3 375.49-217.61-785.12-452.3z", style: {
fill: 'url(#q-das-product-line_svg__e)',
opacity: 0.48,
} })] }));
const Memo = react.memo(SvgQDasProductLine);
exports["default"] = Memo;