open-icon
Version:
Open Icon
26 lines (25 loc) • 558 B
JavaScript
// lib/meta/icon_edit-m.svg.ts
var meta = {
"description": "The edit-m icon is used to represent an edit function or feature in user interfaces. It typically indicates the option to modify or update existing content.",
"category": [
"Interface"
],
"tag": [
"edit",
"modify",
"update",
"change",
"edit button",
"edit icon",
"user interface",
"interaction",
"function",
"feature"
],
"title": "Edit (Medium)"
};
var icon_edit_m_svg_default = meta;
export {
icon_edit_m_svg_default as default,
meta
};