open-icon
Version:
Open Icon
27 lines (26 loc) • 747 B
JavaScript
// lib/meta/icon_arrow-headed-out-center.svg.ts
var meta = {
"description": "The arrow-headed-out-center icon illustrates an arrow pointing outwards from the center, symbolizing expansion or navigation away from a central point. This icon is commonly used to indicate zooming out, navigation to different sections, or redirecting focus to external content.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"direction",
"centered",
"expansion",
"navigation",
"zoom out",
"pointer",
"external",
"focus",
"move"
],
"title": "Arrow Headed Out Center"
};
var icon_arrow_headed_out_center_svg_default = meta;
export {
icon_arrow_headed_out_center_svg_default as default,
meta
};