open-icon
Version:
Open Icon
25 lines (24 loc) • 656 B
JavaScript
// lib/meta/icon_folder-exclamation-mark.svg.ts
var meta = {
"description": "The folder-exclamation-mark icon is used to indicate a folder that contains important or urgent information. It is commonly used in user interfaces to draw attention to specific folders or directories.",
"category": [
"Interface"
],
"tag": [
"folder",
"exclamation mark",
"important",
"urgent",
"attention",
"file management",
"warning",
"notification",
"UI"
],
"title": "Folder Exclamation Mark"
};
var icon_folder_exclamation_mark_svg_default = meta;
export {
icon_folder_exclamation_mark_svg_default as default,
meta
};