open-icon
Version:
Open Icon
27 lines (26 loc) • 633 B
JavaScript
// lib/meta/icon_bluetooth.svg.ts
var meta = {
"description": "The Bluetooth icon represents wireless technology used for exchanging data over short distances. This icon is commonly found in media devices such as smartphones, tablets, and headphones.",
"category": [
"Media",
"Interface"
],
"tag": [
"communication",
"technology",
"connectivity",
"wireless",
"networking",
"data transfer",
"smart devices",
"short range",
"electronics",
"digital"
],
"title": "Bluetooth"
};
var icon_bluetooth_svg_default = meta;
export {
icon_bluetooth_svg_default as default,
meta
};