import _IconContractLeftFill from "./icon-contract-left-fill.vue.js";
const IconContractLeftFill = Object.assign(_IconContractLeftFill, {
install: (app) => {
app.component(_IconContractLeftFill.name, _IconContractLeftFill);
}
});
export {
IconContractLeftFill as default
};