"use strict";
const iconRestTimeLine = require("./icon-rest-time-line.vue.js");
const IconRestTimeLine = Object.assign(iconRestTimeLine, {
install: (app) => {
app.component(iconRestTimeLine.name, iconRestTimeLine);
}
});
module.exports = IconRestTimeLine;