open-icon
Version:
Open Icon
26 lines (25 loc) • 518 B
JavaScript
// lib/meta/icon_playback-play.svg.ts
var meta = {
"description": "The 'playback-play' icon represents a play button commonly used in media players to start playing a video or audio file.",
"category": [
"Media"
],
"tag": [
"play",
"start",
"video",
"audio",
"music",
"multimedia",
"button",
"control",
"player",
"playback"
],
"title": "Playback Play"
};
var icon_playback_play_svg_default = meta;
export {
icon_playback_play_svg_default as default,
meta
};