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