open-icon
Version:
Open Icon
27 lines (26 loc) • 638 B
JavaScript
// lib/meta/icon_arrow-headed-in-center.svg.ts
var meta = {
"description": "The arrow-headed-in-center icon features a single arrow pointing in the center of the icon. This design is often used to depict direction or focus towards a central point.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"pointer",
"centered",
"direction",
"navigation",
"focus",
"arrowhead",
"central",
"location",
"guidance"
],
"title": "Arrow Headed in Center"
};
var icon_arrow_headed_in_center_svg_default = meta;
export {
icon_arrow_headed_in_center_svg_default as default,
meta
};