open-icon
Version:
Open Icon
27 lines (26 loc) • 578 B
JavaScript
// lib/meta/icon_headphones.svg.ts
var meta = {
"description": "The headphones icon represents audio devices used to listen to music or other audio content. It is commonly associated with media consumption and entertainment.",
"category": [
"Media",
"Symbol"
],
"tag": [
"music",
"audio",
"sound",
"listening",
"entertainment",
"technology",
"headset",
"earphones",
"devices",
"streaming"
],
"title": "Headphones"
};
var icon_headphones_svg_default = meta;
export {
icon_headphones_svg_default as default,
meta
};