open-icon
Version:
Open Icon
27 lines (26 loc) • 628 B
JavaScript
// lib/meta/icon_cloud-thermometer.svg.ts
var meta = {
"description": "The cloud-thermometer icon is a symbol of weather indicating temperature. It combines a cloud and a thermometer, typically used to represent weather applications and forecasts.",
"category": [
"Weather",
"Interface"
],
"tag": [
"cloud",
"thermometer",
"weather",
"temperature",
"forecast",
"meteorology",
"climate",
"sky",
"symbol",
"measurement"
],
"title": "Cloud Thermometer"
};
var icon_cloud_thermometer_svg_default = meta;
export {
icon_cloud_thermometer_svg_default as default,
meta
};