open-icon
Version:
Open Icon
27 lines (26 loc) • 583 B
JavaScript
// lib/meta/icon_squared-exclamation-mark.svg.ts
var meta = {
"description": "A squared exclamation mark icon, used in user interfaces to indicate a warning or important message.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"alert",
"notice",
"important",
"caution",
"notification",
"information",
"attention",
"ui",
"warning",
"exclamation mark"
],
"title": "Squared Exclamation Mark"
};
var icon_squared_exclamation_mark_svg_default = meta;
export {
icon_squared_exclamation_mark_svg_default as default,
meta
};