open-icon
Version:
Open Icon
27 lines (26 loc) • 609 B
JavaScript
// lib/meta/icon_file-exclamation-mark.svg.ts
var meta = {
"description": "An icon depicting a file with an exclamation mark, commonly used to indicate important or urgent information related to a document or file.",
"category": [
"Interface",
"Document"
],
"tag": [
"alert",
"warning",
"important",
"notification",
"file",
"exclamation mark",
"document",
"urgent",
"reminder",
"symbol"
],
"title": "File Exclamation Mark"
};
var icon_file_exclamation_mark_svg_default = meta;
export {
icon_file_exclamation_mark_svg_default as default,
meta
};