open-icon
Version:
Open Icon
13 lines (12 loc) • 549 B
JavaScript
// lib/meta/icon_light-dark-mode-2.svg.ts
var meta = {
description: "The light-dark-mode-2 icon represents a switch or toggle button that allows users to switch between light mode and dark mode in weather-related applications or websites.",
category: ["Interface", "Weather"],
tag: ["light mode", "dark mode", "toggle", "switch", "design", "user interface", "weather app", "website", "weather"],
title: "Light Dark Mode 2"
};
var icon_light_dark_mode_2_svg_default = meta;
export {
icon_light_dark_mode_2_svg_default as default,
meta
};