open-icon
Version:
Open Icon
27 lines (26 loc) • 509 B
JavaScript
// lib/meta/icon_wifi.svg.ts
var meta = {
"description": "The wifi icon represents a wireless signal strength indicator, showing the level of connection to a wifi network.",
"category": [
"Media",
"Interface"
],
"tag": [
"connection",
"internet",
"network",
"signal",
"technology",
"communication",
"wireless",
"strength",
"icon",
"wifi"
],
"title": "Wifi"
};
var icon_wifi_svg_default = meta;
export {
icon_wifi_svg_default as default,
meta
};