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.

12 lines (7 loc) 2.34 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('react'); const SvgVirtualTestDrive = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxRuntime.jsxs("g", { clipPath: "url(#virtual-test-drive_svg__a)", children: [jsxRuntime.jsx("path", { fill: "#FBBF4C", d: "M0 16.25C0 7.277 7.277 0 16.25 0h19.5C44.723 0 52 7.277 52 16.25v19.5C52 44.723 44.723 52 35.75 52h-19.5C7.277 52 0 44.723 0 35.75v-19.5Z" }), jsxRuntime.jsx("path", { fill: "#0D0D0D", d: "M36.745 12.39 25.421 32.003l-8.75-15.158a.424.424 0 0 1 .732 0l8.023 13.894 7.302-12.645a5.033 5.033 0 0 0 0-5.032l-2.564-4.428-4.743 8.211-3.64-6.307a3.805 3.805 0 0 0-3.297-1.904h-2.91c-1.802 0-3.473.96-4.377 2.519l-1.452 2.493a5.07 5.07 0 0 0-.01 5.078l13.497 23.375c.975 1.686 3.413 1.686 4.388 0l15.326-26.549-1.844-3.168c-.975-1.666-3.387-1.666-4.357.01Z" }), jsxRuntime.jsx("path", { fill: "url(#virtual-test-drive_svg__b)", d: "M36.745 12.39 25.421 32.003l-8.75-15.158a.424.424 0 0 1 .732 0l8.023 13.894 7.302-12.645a5.033 5.033 0 0 0 0-5.032l-2.564-4.428-4.743 8.211-3.64-6.307a3.805 3.805 0 0 0-3.297-1.904h-2.91c-1.802 0-3.473.96-4.377 2.519l-1.452 2.493a5.07 5.07 0 0 0-.01 5.078l13.497 23.375c.975 1.686 3.413 1.686 4.388 0l15.326-26.549-1.844-3.168c-.975-1.666-3.387-1.666-4.357.01Z", opacity: 0.8 })] }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "virtual-test-drive_svg__b", x1: 9.044, x2: 35.721, y1: 14.953, y2: 29.137, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { stopColor: "#FBBF4C" }), jsxRuntime.jsx("stop", { offset: 0.101, stopColor: "#ECB348", stopOpacity: 0.899 }), jsxRuntime.jsx("stop", { offset: 0.298, stopColor: "#C3953D", stopOpacity: 0.702 }), jsxRuntime.jsx("stop", { offset: 0.57, stopColor: "#81642C", stopOpacity: 0.43 }), jsxRuntime.jsx("stop", { offset: 0.903, stopColor: "#282114", stopOpacity: 0.097 }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxRuntime.jsx("clipPath", { id: "virtual-test-drive_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] })); const Memo = react.memo(SvgVirtualTestDrive); exports["default"] = Memo;