open-icon
Version:
Open Icon
26 lines (25 loc) • 547 B
JavaScript
// lib/meta/icon_exclamation-mark-s.svg.ts
var meta = {
"description": "An exclamation mark icon typically used to draw attention to important messages or warnings in user interfaces.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"alert",
"attention",
"warning",
"notification",
"important",
"message",
"UI",
"icon",
"exclamation mark"
],
"title": "Exclamation Mark"
};
var icon_exclamation_mark_s_svg_default = meta;
export {
icon_exclamation_mark_s_svg_default as default,
meta
};