open-icon
Version:
Open Icon
26 lines (25 loc) • 591 B
JavaScript
// lib/meta/icon_playback-pause.svg.ts
var meta = {
"description": "The playback-pause icon is used to represent the pause function in media players or devices. It typically indicates that the current media is paused and can be resumed.",
"category": [
"Media"
],
"tag": [
"pause",
"playback",
"media player",
"music",
"video",
"control",
"multimedia",
"pause button",
"entertainment",
"audio"
],
"title": "Playback Pause"
};
var icon_playback_pause_svg_default = meta;
export {
icon_playback_pause_svg_default as default,
meta
};