open-icon
Version:
Open Icon
26 lines (25 loc) • 559 B
JavaScript
// lib/meta/icon_exclamation-mark-fat.svg.ts
var meta = {
"description": "An icon of a fat exclamation mark, commonly used to indicate warnings or important information in user interfaces.",
"category": [
"Interface"
],
"tag": [
"alert",
"attention",
"emphasis",
"notification",
"warning",
"important",
"message",
"interface",
"sign",
"symbol"
],
"title": "Exclamation Mark Fat"
};
var icon_exclamation_mark_fat_svg_default = meta;
export {
icon_exclamation_mark_fat_svg_default as default,
meta
};