open-icon
Version:
Open Icon
27 lines (26 loc) • 608 B
JavaScript
// lib/meta/icon_exclamation-mark-m.svg.ts
var meta = {
"description": "An icon depicting a bold exclamation mark inside a square container, often used to indicate a warning or important information in user interfaces.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"attention",
"alert",
"notification",
"warning",
"exclamation",
"important",
"ui",
"user interface",
"message",
"information"
],
"title": "Exclamation Mark M"
};
var icon_exclamation_mark_m_svg_default = meta;
export {
icon_exclamation_mark_m_svg_default as default,
meta
};