open-icon
Version:
Open Icon
27 lines (26 loc) • 546 B
JavaScript
// lib/meta/icon_laptop.svg.ts
var meta = {
"description": "The laptop icon depicts a portable computer with a screen and keyboard, commonly used for work, entertainment, and communication purposes.",
"category": [
"Media",
"Interface"
],
"tag": [
"technology",
"device",
"computer",
"portable",
"work",
"communication",
"laptop",
"screen",
"keyboard",
"entertainment"
],
"title": "Laptop"
};
var icon_laptop_svg_default = meta;
export {
icon_laptop_svg_default as default,
meta
};