open-icon
Version:
Open Icon
26 lines (25 loc) • 573 B
JavaScript
// lib/meta/icon_graph-up.svg.ts
var meta = {
"description": "The graph-up icon represents an upward trend or increase in data points. It is commonly used in presentations, reports, and data analysis to indicate growth or progress.",
"category": [
"Shapes",
"Interface"
],
"tag": [
"graph",
"upward trend",
"data analysis",
"growth",
"progress",
"chart",
"statistics",
"presentation",
"report"
],
"title": "Graph Up"
};
var icon_graph_up_svg_default = meta;
export {
icon_graph_up_svg_default as default,
meta
};