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.

5 lines (4 loc) 216 B
import * as React from 'react'; import type { SVGProps } from 'react'; declare const Memo: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>; export default Memo;