UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

19 lines 1.15 kB
export { default as alert } from './icons/alert.svg?raw' export { default as check } from './icons/check.svg?raw' export { default as chevronDown } from './icons/chevron-down.svg?raw' export { default as chevronLeft } from './icons/chevron-left.svg?raw' export { default as chevronRight } from './icons/chevron-right.svg?raw' export { default as chevronUp } from './icons/chevron-up.svg?raw' export { default as circleCheck } from './icons/circle-check.svg?raw' export { default as circleClose } from './icons/circle-close.svg?raw' export { default as close } from './icons/close.svg?raw' export { default as copy } from './icons/copy.svg?raw' export { default as github } from './icons/github.svg?raw' export { default as home } from './icons/home.svg?raw' export { default as info } from './icons/info.svg?raw' export { default as moon } from './icons/moon.svg?raw' export { default as order } from './icons/order.svg?raw' export { default as plus } from './icons/plus.svg?raw' export { default as search } from './icons/search.svg?raw' export { default as sun } from './icons/sun.svg?raw' export { default as warning } from './icons/warning.svg?raw'