open-icon
Version:
Open Icon
26 lines (25 loc) • 506 B
JavaScript
// lib/meta/icon_tables.svg.ts
var meta = {
"description": "An icon representing tables, often used in user interfaces to symbolize data presentation and organization.",
"category": [
"Interface"
],
"tag": [
"data",
"organization",
"presentation",
"structure",
"information",
"UI design",
"dashboard",
"spreadsheet",
"grid",
"table"
],
"title": "Tables"
};
var icon_tables_svg_default = meta;
export {
icon_tables_svg_default as default,
meta
};