import _IconPassPendingLine from "./icon-pass-pending-line.vue.js";
const IconPassPendingLine = Object.assign(_IconPassPendingLine, {
install: (app) => {
app.component(_IconPassPendingLine.name, _IconPassPendingLine);
}
});
export {
IconPassPendingLine as default
};