UNPKG

sure-icons-vue

Version:

Vue components of Sure UI Icons collection.

18 lines (17 loc) 972 B
export { default as ArrowDown } from './arrow-down.vue'; export { default as ArrowLeft } from './arrow-left.vue'; export { default as ArrowRight } from './arrow-right.vue'; export { default as ArrowUp } from './arrow-up.vue'; export { default as CircleDoubtFilled } from './circle-doubt-filled.vue'; export { default as CircleSuccessFilled } from './circle-success-filled.vue'; export { default as CircleWarningFilled } from './circle-warning-filled.vue'; export { default as DeleteFilled } from './delete-filled.vue'; export { default as Delete } from './delete.vue'; export { default as Flash } from './flash.vue'; export { default as Github } from './github.vue'; export { default as HeartFilled } from './heart-filled.vue'; export { default as Light } from './light.vue'; export { default as Loading } from './loading.vue'; export { default as Night } from './night.vue'; export { default as Send } from './send.vue'; export { default as Wechat } from './wechat.vue';