open-icon
Version:
Open Icon
27 lines (26 loc) • 595 B
JavaScript
// lib/meta/icon_arrow-headed-return-up.svg.ts
var meta = {
"description": "An icon of an arrow pointing up with a distinct arrowhead shape at the end, indicating a return action or going back to the top of a page.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"return",
"up",
"arrowhead",
"navigation",
"direction",
"symbol",
"website",
"refresh",
"reverse",
"top"
],
"title": "Arrow Headed Return Up"
};
var icon_arrow_headed_return_up_svg_default = meta;
export {
icon_arrow_headed_return_up_svg_default as default,
meta
};