birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
10 lines (9 loc) • 320 B
JavaScript
import _IconCreativeCommonsNdLine from "./icon-creative-commons-nd-line.vue.js";
const IconCreativeCommonsNdLine = Object.assign(_IconCreativeCommonsNdLine, {
install: (app) => {
app.component(_IconCreativeCommonsNdLine.name, _IconCreativeCommonsNdLine);
}
});
export {
IconCreativeCommonsNdLine as default
};