open-icon
Version:
Open Icon
27 lines (26 loc) • 607 B
JavaScript
// lib/meta/icon_cloud-sun.svg.ts
var meta = {
"description": "The cloud-sun icon represents a weather condition where the sun is partially covered by clouds. It is commonly used in weather forecast applications or interfaces to indicate partly cloudy conditions.",
"category": [
"Weather",
"UI"
],
"tag": [
"cloud",
"sun",
"weather",
"forecast",
"partly cloudy",
"sky",
"sunshine",
"meteorology",
"UI design",
"climate"
],
"title": "Cloud Sun"
};
var icon_cloud_sun_svg_default = meta;
export {
icon_cloud_sun_svg_default as default,
meta
};