open-icon
Version:
Open Icon
25 lines (24 loc) • 522 B
JavaScript
// lib/meta/icon_edit-l.svg.ts
var meta = {
"description": "The edit-l icon is used to represent an editing tool or feature. It typically signifies the ability to make changes or modifications to content or elements.",
"category": [
"Interface"
],
"tag": [
"edit",
"pencil",
"modify",
"update",
"change",
"edit tool",
"design",
"editor",
"customize"
],
"title": "Edit Tool"
};
var icon_edit_l_svg_default = meta;
export {
icon_edit_l_svg_default as default,
meta
};