open-icon
Version:
Open Icon
27 lines (26 loc) • 587 B
JavaScript
// lib/meta/icon_folder-add.svg.ts
var meta = {
"description": "The folder-add icon represents adding a new folder to a file system or directory. It typically symbolizes the action of creating a new folder to organize files or documents.",
"category": [
"Interface",
"Document"
],
"tag": [
"folder",
"add",
"directory",
"file system",
"organize",
"create",
"new",
"documents",
"folders",
"storage"
],
"title": "Folder Add"
};
var icon_folder_add_svg_default = meta;
export {
icon_folder_add_svg_default as default,
meta
};