open-icon
Version:
Open Icon
26 lines (25 loc) • 587 B
JavaScript
// lib/meta/icon_note-visible.svg.ts
var meta = {
"description": "An icon representing a visible note, typically used in user interfaces or applications to indicate the presence of a note or message that is visible or open.",
"category": [
"Interface"
],
"tag": [
"note",
"message",
"visible",
"notification",
"reminder",
"communication",
"symbol",
"information",
"user interface",
"application"
],
"title": "Note Visible"
};
var icon_note_visible_svg_default = meta;
export {
icon_note_visible_svg_default as default,
meta
};