open-icon
Version:
Open Icon
25 lines (24 loc) • 577 B
JavaScript
// lib/meta/icon_arrow-return-down.svg.ts
var meta = {
"description": "The arrow-return-down icon is used to indicate a return action, typically taking the user back to the starting point or previous location. It symbolizes a downward direction.",
"category": [
"Arrows"
],
"tag": [
"return",
"down",
"navigation",
"direction",
"back",
"loop",
"reload",
"refresh",
"reverse"
],
"title": "Arrow Return Down"
};
var icon_arrow_return_down_svg_default = meta;
export {
icon_arrow_return_down_svg_default as default,
meta
};