open-icon
Version:
Open Icon
26 lines (25 loc) • 506 B
JavaScript
// lib/meta/icon_pointer-hand.svg.ts
var meta = {
"description": "A hand-shaped pointer icon commonly used in user interfaces to indicate clickable elements or links.",
"category": [
"Interface"
],
"tag": [
"pointer",
"hand",
"click",
"cursor",
"interface",
"interaction",
"website",
"navigation",
"button",
"link"
],
"title": "Pointer Hand"
};
var icon_pointer_hand_svg_default = meta;
export {
icon_pointer_hand_svg_default as default,
meta
};