open-icon
Version:
Open Icon
26 lines (25 loc) • 614 B
JavaScript
// lib/meta/icon_pointer-mouse.svg.ts
var meta = {
"description": "A mouse pointer is a graphical image that moves as you move the mouse, typically used to interact with computer software by clicking on buttons, links, or other elements on the screen.",
"category": [
"Interface"
],
"tag": [
"computer",
"technology",
"click",
"cursor",
"interaction",
"user interface",
"web design",
"digital",
"pointing",
"navigation"
],
"title": "Pointer Mouse"
};
var icon_pointer_mouse_svg_default = meta;
export {
icon_pointer_mouse_svg_default as default,
meta
};