open-icon
Version:
Open Icon
26 lines (25 loc) • 520 B
JavaScript
// lib/meta/icon_folder.svg.ts
var meta = {
"description": "A simple icon representing a folder, typically used to organize and store files on a computer or digital device.",
"category": [
"Interface",
"Document"
],
"tag": [
"file management",
"digital organization",
"directory",
"storage",
"computer",
"data",
"information",
"archive",
"system"
],
"title": "Folder"
};
var icon_folder_svg_default = meta;
export {
icon_folder_svg_default as default,
meta
};