open-icon
Version:
Open Icon
26 lines (25 loc) • 635 B
JavaScript
// lib/meta/icon_folder-edit.svg.ts
var meta = {
"description": "The folder-edit icon depicts a folder with a pencil, symbolizing the ability to edit or modify the contents within the folder. It is commonly used in interfaces to represent options for modifying or updating files or directories.",
"category": [
"Interface",
"Document"
],
"tag": [
"folder",
"edit",
"directory",
"file management",
"update",
"modify",
"pencil",
"interface",
"icon"
],
"title": "Folder Edit"
};
var icon_folder_edit_svg_default = meta;
export {
icon_folder_edit_svg_default as default,
meta
};