open-icon
Version:
Open Icon
27 lines (26 loc) • 657 B
JavaScript
// lib/meta/icon_cloud-lightning.svg.ts
var meta = {
"description": "The cloud-lightning icon represents a combination of a cloud and a lightning bolt, symbolizing a storm or thunderstorm. It is commonly used in weather-related interfaces or applications to indicate thunderstorms.",
"category": [
"Weather",
"Interface"
],
"tag": [
"cloud",
"lightning",
"storm",
"thunderstorm",
"weather",
"electricity",
"energy",
"forecast",
"climate",
"meteorology"
],
"title": "Cloud Lightning"
};
var icon_cloud_lightning_svg_default = meta;
export {
icon_cloud_lightning_svg_default as default,
meta
};