open-icon
Version:
Open Icon
26 lines (25 loc) • 615 B
JavaScript
// lib/meta/icon_chart-line.svg.ts
var meta = {
"description": "The chart-line icon represents a line chart or graph, commonly used to visualize data trends over time. It typically consists of a line that connects data points to show the relationship between them.",
"category": [
"Interface"
],
"tag": [
"statistics",
"trends",
"data visualization",
"analytics",
"metrics",
"reporting",
"business",
"graph",
"line chart",
"plot"
],
"title": "Line Chart"
};
var icon_chart_line_svg_default = meta;
export {
icon_chart_line_svg_default as default,
meta
};