open-icon
Version:
Open Icon
26 lines (25 loc) • 481 B
JavaScript
// lib/meta/icon_arrow-up.svg.ts
var meta = {
"description": "An icon depicting an upward pointing arrow, symbolizing moving up, increasing, or scrolling to the top.",
"category": [
"Arrows"
],
"tag": [
"up",
"direction",
"increase",
"scroll",
"top",
"navigation",
"point",
"move",
"elevate",
"ascend"
],
"title": "Arrow Up"
};
var icon_arrow_up_svg_default = meta;
export {
icon_arrow_up_svg_default as default,
meta
};