"use strict";
const iconSkipLeftLine = require("./icon-skip-left-line.vue.js");
const IconSkipLeftLine = Object.assign(iconSkipLeftLine, {
install: (app) => {
app.component(iconSkipLeftLine.name, iconSkipLeftLine);
}
});
module.exports = IconSkipLeftLine;