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