open-icon
Version:
Open Icon
27 lines (26 loc) • 597 B
JavaScript
// lib/meta/icon_file-edit 2.svg.ts
var meta = {
"description": "An icon representing a file being edited, with two overlapping sheets indicating multiple edits. This icon is commonly used in user interfaces to denote the action of editing a file.",
"category": [
"Interface",
"Document"
],
"tag": [
"edit",
"file",
"document",
"writing",
"update",
"revision",
"modification",
"text",
"interface",
"edit"
],
"title": "File Edit 2"
};
var icon_file_edit_2_svg_default = meta;
export {
icon_file_edit_2_svg_default as default,
meta
};