@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
11 lines (10 loc) • 396 B
TypeScript
/// <reference types="react" />
import type { IconProps } from '../../types';
/**
* Flags by `Deji.Zeal`: Namibia
* @see {@link https://www.figma.com/community/file/1088904439772569873/alphabetical-country-flags Alphabetical Country Flags}
*/
export declare const Namibia: import("react").MemoExoticComponent<{
(props: IconProps): import("react").JSX.Element;
displayName: string;
}>;