"use strict";
const iconRemixRunLine = require("./icon-remix-run-line.vue.js");
const IconRemixRunLine = Object.assign(iconRemixRunLine, {
install: (app) => {
app.component(iconRemixRunLine.name, iconRemixRunLine);
}
});
module.exports = IconRemixRunLine;