open-icon
Version:
Open Icon
25 lines (24 loc) • 634 B
JavaScript
// lib/meta/icon_folder-exclamation-mark-2.svg.ts
var meta = {
"description": "A folder icon with an exclamation mark symbol indicating an important or urgent folder. This icon is commonly used in user interfaces to draw attention to specific folders.",
"category": [
"Interface"
],
"tag": [
"folder",
"exclamation mark",
"important",
"urgent",
"notification",
"attention",
"file management",
"UI",
"symbol"
],
"title": "Folder Exclamation Mark 2"
};
var icon_folder_exclamation_mark_2_svg_default = meta;
export {
icon_folder_exclamation_mark_2_svg_default as default,
meta
};