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