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