compote-ui
Version:
An opinionated UI component library for Svelte, built on top of [Ark UI](https://ark-ui.com) with additional components and features not available in the core Ark UI library.
29 lines (28 loc) • 1.8 kB
TypeScript
export { default as PhArrowClockwise } from './PhArrowClockwise.svelte';
export { default as PhArrowCounterClockwise } from './PhArrowCounterClockwise.svelte';
export { default as PhCalendarBlank } from './PhCalendarBlank.svelte';
export { default as PhArrowLeft } from './PhArrowLeft.svelte';
export { default as PhArrowRight } from './PhArrowRight.svelte';
export { default as PhArrowSquareOut } from './PhArrowSquareOut.svelte';
export { default as PhArrowsInSimple } from './PhArrowsInSimple.svelte';
export { default as PhCaretDown } from './PhCaretDown.svelte';
export { default as PhCaretRight } from './PhCaretRight.svelte';
export { default as PhCaretUp } from './PhCaretUp.svelte';
export { default as PhCheck } from './PhCheck.svelte';
export { default as PhEye } from './PhEye.svelte';
export { default as PhEyeSlash } from './PhEyeSlash.svelte';
export { default as PhFile } from './PhFile.svelte';
export { default as PhFileArchive } from './PhFileArchive.svelte';
export { default as PhFileText } from './PhFileText.svelte';
export { default as PhHeadphones } from './PhHeadphones.svelte';
export { default as PhImage } from './PhImage.svelte';
export { default as PhListMagnifyingGlass } from './PhListMagnifyingGlass.svelte';
export { default as PhMagnifyingGlass } from './PhMagnifyingGlass.svelte';
export { default as PhMicrosoftExcelLogo } from './PhMicrosoftExcelLogo.svelte';
export { default as PhMinus } from './PhMinus.svelte';
export { default as PhPhone } from './PhPhone.svelte';
export { default as PhStar } from './PhStar.svelte';
export { default as PhUploadSimple } from './PhUploadSimple.svelte';
export { default as PhUser } from './PhUser.svelte';
export { default as PhVideoCamera } from './PhVideoCamera.svelte';
export { default as PhX } from './PhX.svelte';