open-icon
Version:
Open Icon
13 lines (12 loc) • 499 B
JavaScript
// lib/meta/icon_sun-light-mode.svg.ts
var meta = {
description: "A bright and sunny icon representing sunny weather conditions in light mode, perfect for weather forecast applications and websites.",
category: ["Weather", "Symbol"],
tag: ["Sun", "Light mode", "Sunny", "Weather forecast", "Brightness", "Clear sky", "Daytime", "Climate", "Meteorology"],
title: "Sun Light Mode"
};
var icon_sun_light_mode_svg_default = meta;
export {
icon_sun_light_mode_svg_default as default,
meta
};