UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

10 lines (9 loc) 347 B
import _IconCheckboxIndeterminateFill from "./icon-checkbox-indeterminate-fill.vue.js"; const IconCheckboxIndeterminateFill = Object.assign(_IconCheckboxIndeterminateFill, { install: (app) => { app.component(_IconCheckboxIndeterminateFill.name, _IconCheckboxIndeterminateFill); } }); export { IconCheckboxIndeterminateFill as default };