open-icon
Version:
Open Icon
25 lines (24 loc) • 512 B
JavaScript
// lib/meta/icon_wifi 2.svg.ts
var meta = {
"description": "The 'wifi 2' icon represents a symbol of a wireless connection with two bars. It is commonly used to indicate the strength of a Wi-Fi signal.",
"category": [
"Media"
],
"tag": [
"wifi",
"signal",
"internet",
"connection",
"network",
"technology",
"communication",
"wireless",
"bars"
],
"title": "Wifi 2"
};
var icon_wifi_2_svg_default = meta;
export {
icon_wifi_2_svg_default as default,
meta
};