open-icon
Version:
Open Icon
27 lines (26 loc) • 591 B
JavaScript
// lib/meta/icon_tablet.svg.ts
var meta = {
"description": "The tablet icon represents a portable device with a touchscreen interface, typically larger than a smartphone but smaller than a laptop, used for various media and communication purposes.",
"category": [
"Media",
"Interface"
],
"tag": [
"tablet",
"device",
"touchscreen",
"portable",
"communication",
"media",
"technology",
"screen",
"digital",
"gadget"
],
"title": "Tablet"
};
var icon_tablet_svg_default = meta;
export {
icon_tablet_svg_default as default,
meta
};