open-icon
Version:
Open Icon
27 lines (26 loc) • 626 B
JavaScript
// lib/meta/icon_file-tray-stack.svg.ts
var meta = {
"description": "The file tray stack icon represents a stack of files or documents organized neatly in a tray. It is commonly used in user interfaces to indicate a collection of files or documents.",
"category": [
"Interface",
"Document"
],
"tag": [
"files",
"documents",
"organization",
"storage",
"stack",
"tray",
"user interface",
"data",
"information",
"collection"
],
"title": "File Tray Stack"
};
var icon_file_tray_stack_svg_default = meta;
export {
icon_file_tray_stack_svg_default as default,
meta
};