open-icon
Version:
Open Icon
27 lines (26 loc) • 624 B
JavaScript
// lib/meta/icon_arrow-return-up.svg.ts
var meta = {
"description": "The arrow-return-up icon depicts an upward-pointing arrow, symbolizing a return or go-to-top action. It is commonly used in interfaces to navigate back to the beginning or top of a page.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"return",
"up",
"navigation",
"direction",
"scroll",
"button",
"website",
"interface",
"back to top",
"go to top"
],
"title": "Arrow Return Up"
};
var icon_arrow_return_up_svg_default = meta;
export {
icon_arrow_return_up_svg_default as default,
meta
};