open-icon
Version:
Open Icon
27 lines (26 loc) • 641 B
JavaScript
// lib/meta/icon_note-exclamation-mark-2.svg.ts
var meta = {
"description": "An exclamation mark within a note, indicating an important message or reminder. This icon is commonly used in user interfaces to draw attention to specific information.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"note",
"exclamation",
"mark",
"important",
"message",
"reminder",
"notify",
"communication",
"attention",
"warning"
],
"title": "Note Exclamation Mark 2"
};
var icon_note_exclamation_mark_2_svg_default = meta;
export {
icon_note_exclamation_mark_2_svg_default as default,
meta
};