open-icon
Version:
Open Icon
26 lines (25 loc) • 586 B
JavaScript
// lib/meta/icon_reels.svg.ts
var meta = {
"description": "The reels icon represents a traditional way of watching media content usually in the form of films or videos. It symbolizes the classic method of entertainment through physical reels of film.",
"category": [
"Media"
],
"tag": [
"entertainment",
"movies",
"videos",
"cinema",
"classic",
"film reel",
"old-fashioned",
"nostalgia",
"projection",
"traditional"
],
"title": "Reels"
};
var icon_reels_svg_default = meta;
export {
icon_reels_svg_default as default,
meta
};