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