open-icon
Version:
Open Icon
25 lines (24 loc) • 596 B
JavaScript
// lib/meta/icon_add-lines.svg.ts
var meta = {
"description": "The add-lines icon in the UI category represents a simple design with multiple horizontal and vertical lines intersecting each other. This icon is commonly used to indicate the concept of adding or creating new content or elements.",
"category": [
"Interface"
],
"tag": [
"add",
"lines",
"create",
"new",
"content",
"elements",
"design",
"symbol",
"icon"
],
"title": "Add Lines"
};
var icon_add_lines_svg_default = meta;
export {
icon_add_lines_svg_default as default,
meta
};