open-icon
Version:
Open Icon
27 lines (26 loc) • 594 B
JavaScript
// lib/meta/icon_pointer-arrow.svg.ts
var meta = {
"description": "A pointer arrow icon is used to indicate a specific direction or point of interest on a user interface. It is commonly used in navigation systems to guide users to a target.",
"category": [
"Interface",
"Arrows"
],
"tag": [
"Pointer",
"Arrow",
"Navigation",
"Indicator",
"Direction",
"Guide",
"UI",
"Element",
"Symbol",
"Design"
],
"title": "Pointer Arrow"
};
var icon_pointer_arrow_svg_default = meta;
export {
icon_pointer_arrow_svg_default as default,
meta
};