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