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