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