UNPKG

noph-ui

Version:

Noph UI is a modern, powerful UI library for Svelte 5, fully aligned with the Material 3 guidelines. Build stunning, consistent user interfaces with the efficiency and flexibility of Svelte and Google’s Material Design framework.

25 lines (24 loc) 1.58 kB
export { default as AccountCircleIcon } from './AccountCircleIcon.svelte'; export { default as ArrowBackIcon } from './ArrowBackIcon.svelte'; export { default as ArrowForwardIcon } from './ArrowForwardIcon.svelte'; export { default as BreakingNewsIcon } from './BreakingNewsIcon.svelte'; export { default as BrightnessMediumIcon } from './BrightnessMediumIcon.svelte'; export { default as CalendarToday } from './CalendarToday.svelte'; export { default as ChatIcon } from './ChatIcon.svelte'; export { default as CheckIcon } from './CheckIcon.svelte'; export { default as CloseIcon } from './CloseIcon.svelte'; export { default as DarkModeIcon } from './DarkModeIcon.svelte'; export { default as DashboardIcon } from './DashboardIcon.svelte'; export { default as DownloadIcon } from './DownloadIcon.svelte'; export { default as ErrorIcon } from './ErrorIcon.svelte'; export { default as GroupsIcon } from './GroupsIcon.svelte'; export { default as LanguageIcon } from './LanguageIcon.svelte'; export { default as LightModeIcon } from './LightModeIcon.svelte'; export { default as MenuIcon } from './MenuIcon.svelte'; export { default as OpenInNewIcon } from './OpenInNewIcon.svelte'; export { default as SendIcon } from './SendIcon.svelte'; export { default as SportsGymnasticsIcon } from './SportsGymnasticsIcon.svelte'; export { default as SearchIcon } from './SearchIcon.svelte'; export { default as VisibilityIcon } from './VisibilityIcon.svelte'; export { default as VisibilityOffIcon } from './VisibilityOffIcon.svelte'; export { default as Icon } from './Icon.svelte';