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) 1.66 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var react = require('react'); const SvgHexagonCopilotLight = (props) => (jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxRuntime.jsx("g", { clipPath: "url(#hexagon-copilot-light_svg__a)", children: jsxRuntime.jsxs("g", { clipPath: "url(#hexagon-copilot-light_svg__b)", children: [jsxRuntime.jsx("path", { fill: "#83C410", d: "M26.168 36.877c5.61 0 10.157-4.547 10.157-10.157s-4.548-10.157-10.157-10.157c-5.61 0-10.157 4.548-10.157 10.157 0 5.61 4.547 10.157 10.157 10.157Z" }), jsxRuntime.jsx("path", { fill: "#01ADFF", fillRule: "evenodd", d: "M16.939 17.486c-5.1 5.1-5.1 13.369 0 18.468 5.1 5.1 13.368 5.1 18.467 0a1.45 1.45 0 1 1 2.052 2.052c-6.233 6.233-16.338 6.233-22.572 0-6.233-6.233-6.233-16.338 0-22.572a1.45 1.45 0 1 1 2.053 2.052Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fill: "#005198", fillRule: "evenodd", d: "M37.711 14.002c-6.8-6.8-17.824-6.8-24.624 0-6.8 6.8-6.8 17.824 0 24.624a1.451 1.451 0 0 1-2.052 2.052c-7.933-7.933-7.933-20.795 0-28.728s20.795-7.933 28.728 0a1.451 1.451 0 0 1-2.052 2.052Z", clipRule: "evenodd" })] }) }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsx("clipPath", { id: "hexagon-copilot-light_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) }), jsxRuntime.jsx("clipPath", { id: "hexagon-copilot-light_svg__b", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M4 6h37v37H4z" }) })] })] })); const Memo = react.memo(SvgHexagonCopilotLight); exports["default"] = Memo;