open-icon
Version:
Open Icon
27 lines (26 loc) • 550 B
JavaScript
// lib/meta/icon_file-edit.svg.ts
var meta = {
"description": "The file-edit icon represents an editable file or document. It typically signifies the ability to modify or update the content within the file.",
"category": [
"Interface",
"Document"
],
"tag": [
"edit",
"file",
"document",
"update",
"modify",
"content",
"folder",
"data",
"information",
"management"
],
"title": "File Edit"
};
var icon_file_edit_svg_default = meta;
export {
icon_file_edit_svg_default as default,
meta
};