open-icon
Version:
Open Icon
13 lines (12 loc) • 556 B
JavaScript
// lib/meta/icon_light-dark-mode-3.svg.ts
var meta = {
description: "A weather icon representing a light and dark mode option with three variations. The icon can be used to switch between different modes in a weather application or website.",
category: ["Weather", "Interface"],
tag: ["light", "dark", "mode", "switch", "variation", "weather app", "weather website", "UI", "user interface", "control"],
title: "Light Dark Mode 3"
};
var icon_light_dark_mode_3_svg_default = meta;
export {
icon_light_dark_mode_3_svg_default as default,
meta
};