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