open-icon
Version:
Open Icon
26 lines (25 loc) • 576 B
JavaScript
// lib/meta/icon_button-edit.svg.ts
var meta = {
"description": "This icon represents an edit button, typically used for allowing users to edit content or data. It features a pencil or pen symbol, indicating the action of editing.",
"category": [
"Interface"
],
"tag": [
"button",
"edit",
"modify",
"update",
"change",
"pencil",
"edit button",
"user interface",
"interaction",
"editable"
],
"title": "Button Edit"
};
var icon_button_edit_svg_default = meta;
export {
icon_button_edit_svg_default as default,
meta
};