open-icon
Version:
Open Icon
25 lines (24 loc) • 639 B
JavaScript
// lib/meta/icon_button-exclamation-mark.svg.ts
var meta = {
"description": "The button exclamation mark icon is a graphic representation of a button with an exclamation mark on it. It is commonly used to draw attention to important information or alerts in user interfaces.",
"category": [
"Interface"
],
"tag": [
"button",
"exclamation mark",
"attention",
"important",
"alert",
"notification",
"UI",
"icon",
"symbol"
],
"title": "Button Exclamation Mark"
};
var icon_button_exclamation_mark_svg_default = meta;
export {
icon_button_exclamation_mark_svg_default as default,
meta
};