open-icon
Version:
Open Icon
26 lines (25 loc) • 619 B
JavaScript
// lib/meta/icon_edit-line.svg.ts
var meta = {
"description": "The edit-line icon is a simple and modern representation of an editing tool, commonly used to indicate an option for making changes or updates to content. It features a pencil or pen-like element that signifies the editing process.",
"category": [
"Interface"
],
"tag": [
"edit",
"update",
"modify",
"change",
"edit tool",
"pen",
"pencil",
"writing",
"digital",
"interface"
],
"title": "Edit Line"
};
var icon_edit_line_svg_default = meta;
export {
icon_edit_line_svg_default as default,
meta
};