open-icon
Version:
Open Icon
27 lines (26 loc) • 566 B
JavaScript
// lib/meta/icon_exclamation-mark-l.svg.ts
var meta = {
"description": "An exclamation mark icon suitable for use in user interfaces to indicate warnings or important information.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"alert",
"warning",
"important",
"notification",
"attention",
"message",
"exclamation",
"UI",
"interface",
"communication"
],
"title": "Exclamation Mark L"
};
var icon_exclamation_mark_l_svg_default = meta;
export {
icon_exclamation_mark_l_svg_default as default,
meta
};