import _IconExpandLeftLine from "./icon-expand-left-line.vue.js";
const IconExpandLeftLine = Object.assign(_IconExpandLeftLine, {
install: (app) => {
app.component(_IconExpandLeftLine.name, _IconExpandLeftLine);
}
});
export {
IconExpandLeftLine as default
};