@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.65 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var react = require('react');
const SvgDpaPilot = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 1024 1024", ...props, children: [jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("linearGradient", { id: "dpa-pilot_svg__a", x1: 424.71, x2: 608.29, y1: 463.21, y2: 560.82, gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: 0, stopColor: "#97d9f5" }), jsxRuntime.jsx("stop", { offset: 1, stopColor: "#231f20" })] }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#dpa-pilot_svg__a", id: "dpa-pilot_svg__b", x1: 223.32, x2: 599.71, y1: 358.91, y2: 559.04 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#dpa-pilot_svg__a", id: "dpa-pilot_svg__c", x1: 492.6, x2: 859.58, y1: 353.97, y2: 549.09 }), jsxRuntime.jsx("linearGradient", { xlinkHref: "#dpa-pilot_svg__a", id: "dpa-pilot_svg__d", x1: 548.4, x2: 799.32, y1: 539.63, y2: 673.05 })] }), jsxRuntime.jsx("path", { fill: "#fff", 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", "data-name": "Background - White" }), jsxRuntime.jsx("path", { fill: "#97d9f5", 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", "data-name": "Background - Lv3" }), jsxRuntime.jsxs("g", { "data-name": "[Place Icon Here - Standard Icon]", children: [jsxRuntime.jsxs("g", { fill: "#0d0d0d", children: [jsxRuntime.jsx("path", { d: "m516.52 443.99 117.72 67.97-117.61 68.03-117.89-68 117.78-68z" }), jsxRuntime.jsx("path", { d: "M511.31 434.64V298.71L141.89 511.99l369.42 213.23V589.31l-133.98-77.32 133.98-77.35zM646.08 506.31l-124.13-71.67V298.71l360.16 207.94-236.03-.34zM882.11 517.29 521.95 725.22V589.31l124.72-72.02h235.44z" })] }), jsxRuntime.jsx("path", { fill: "url(#dpa-pilot_svg__a)", d: "m516.52 444.06 117.72 67.96-117.61 68.03-117.89-67.99 117.78-68z", opacity: 0.48 }), jsxRuntime.jsx("path", { fill: "url(#dpa-pilot_svg__b)", d: "M511.31 434.71V298.78L141.89 512.06l369.42 213.23V589.37l-133.98-77.31 133.98-77.35z", opacity: 0.48 }), jsxRuntime.jsx("path", { fill: "url(#dpa-pilot_svg__c)", d: "m646.08 506.38-124.13-71.67V298.78l360.16 207.93-236.03-.33z", opacity: 0.48 }), jsxRuntime.jsx("path", { fill: "url(#dpa-pilot_svg__d)", d: "M882.11 517.35 521.95 725.29V589.37l124.72-72.02h235.44z", opacity: 0.48 })] })] }));
const Memo = react.memo(SvgDpaPilot);
exports["default"] = Memo;