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