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