open-icon
Version:
Open Icon
23 lines (22 loc) • 517 B
JavaScript
// lib/meta/icon_arrow-headed-in.svg.ts
var meta = {
"description": "This icon features an arrow with a distinct arrowhead pointing inwards. It symbolizes direction, navigation, and focusing towards a central point.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"inward",
"direction",
"navigation",
"focus",
"point"
],
"title": "Arrow Headed In"
};
var icon_arrow_headed_in_svg_default = meta;
export {
icon_arrow_headed_in_svg_default as default,
meta
};