open-icon
Version:
Open Icon
26 lines (25 loc) • 650 B
JavaScript
// lib/meta/icon_talk-exclamation-mark.svg.ts
var meta = {
"description": "An icon of a speech bubble with an exclamation mark to indicate important or urgent information. It is commonly used in user interfaces to draw attention to alerts or notifications.",
"category": [
"Interface"
],
"tag": [
"speech bubble",
"exclamation mark",
"alert",
"notification",
"message",
"warning",
"important",
"urgent",
"communication",
"dialogue"
],
"title": "Talk Exclamation Mark"
};
var icon_talk_exclamation_mark_svg_default = meta;
export {
icon_talk_exclamation_mark_svg_default as default,
meta
};