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