open-icon
Version:
Open Icon
27 lines (26 loc) • 605 B
JavaScript
// lib/meta/icon_note-edit.svg.ts
var meta = {
"description": "A stylized icon representing a note being edited, featuring a pencil and a sheet of paper. This icon is commonly used in user interfaces for indicating an option to edit notes or text content.",
"category": [
"Interface",
"Document"
],
"tag": [
"edit",
"note",
"text",
"interface",
"writing",
"pencil",
"paper",
"document",
"edit option",
"user interface"
],
"title": "Note Edit"
};
var icon_note_edit_svg_default = meta;
export {
icon_note_edit_svg_default as default,
meta
};