open-icon
Version:
Open Icon
27 lines (26 loc) • 524 B
JavaScript
// lib/meta/icon_sun.svg.ts
var meta = {
"description": "The sun icon represents a bright, shining sun with rays radiating in all directions. It is often used to symbolize warmth, light, energy, or a sunny day.",
"category": [
"Weather",
"Interface"
],
"tag": [
"sun",
"sunny",
"bright",
"warmth",
"light",
"energy",
"sunshine",
"day",
"weather",
"summer"
],
"title": "Sun"
};
var icon_sun_svg_default = meta;
export {
icon_sun_svg_default as default,
meta
};