open-icon
Version:
Open Icon
27 lines (26 loc) • 603 B
JavaScript
// lib/meta/icon_note-exclamation-mark.svg.ts
var meta = {
"description": "An icon of a note with an exclamation mark, commonly used to draw attention or highlight important information in user interfaces.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"attention",
"exclamation mark",
"important",
"alert",
"notification",
"UI",
"user interface",
"message",
"reminder",
"note"
],
"title": "Note Exclamation Mark"
};
var icon_note_exclamation_mark_svg_default = meta;
export {
icon_note_exclamation_mark_svg_default as default,
meta
};