open-icon
Version:
Open Icon
13 lines (12 loc) • 493 B
JavaScript
// lib/meta/icon_moon-19.svg.ts
var meta = {
description: "The icon represents a crescent moon, which is a common symbol used to indicate nighttime and the weather condition of clear skies. The moon-19 icon is part of a weather icon set.",
category: ["Weather"],
tag: ["nighttime", "sky", "clear", "weather", "moon", "crescent", "symbol", "forecast", "night", "lunar"],
title: "Moon 19"
};
var icon_moon_19_svg_default = meta;
export {
icon_moon_19_svg_default as default,
meta
};