open-icon
Version:
Open Icon
27 lines (26 loc) • 616 B
JavaScript
// lib/meta/icon_desktop.svg.ts
var meta = {
"description": "The desktop icon represents a computer desktop, typically showcasing icons, shortcuts, and files arranged on the screen. This icon is commonly used to symbolize digital organization or computer-related tasks.",
"category": [
"Interface",
"Media"
],
"tag": [
"computer",
"desktop",
"icons",
"shortcuts",
"files",
"organization",
"screen",
"digital",
"technology",
"computing"
],
"title": "Desktop"
};
var icon_desktop_svg_default = meta;
export {
icon_desktop_svg_default as default,
meta
};