open-icon
Version:
Open Icon
27 lines (26 loc) • 540 B
JavaScript
// lib/meta/icon_arrow-headed-up.svg.ts
var meta = {
"description": "An icon of an arrow with a sharp head pointing upwards, commonly used to indicate an upward direction or action.",
"category": [
"Arrows",
"Shapes"
],
"tag": [
"arrow",
"up",
"direction",
"navigation",
"pointing",
"movement",
"indicator",
"graphic",
"symbol",
"icon"
],
"title": "Arrow Headed Up"
};
var icon_arrow_headed_up_svg_default = meta;
export {
icon_arrow_headed_up_svg_default as default,
meta
};