open-icon
Version:
Open Icon
25 lines (24 loc) • 644 B
JavaScript
// lib/meta/icon_button-exclamation-mark-2.svg.ts
var meta = {
"description": "A button icon with an exclamation mark symbol on it, indicating a warning or important information. This icon can be used in user interfaces to draw attention to certain elements.",
"category": [
"Interface"
],
"tag": [
"button",
"exclamation mark",
"warning",
"important",
"user interface",
"attention",
"symbol",
"notification",
"alert"
],
"title": "Button Exclamation Mark 2"
};
var icon_button_exclamation_mark_2_svg_default = meta;
export {
icon_button_exclamation_mark_2_svg_default as default,
meta
};