open-icon
Version:
Open Icon
26 lines (25 loc) • 640 B
JavaScript
// lib/meta/icon_arrow-return-right.svg.ts
var meta = {
"description": "The arrow-return-right icon represents a right pointing arrow with a curved tail, indicating a return or back action. It is commonly used in user interfaces to indicate a return to the previous step or page.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"return",
"direction",
"navigation",
"back",
"right",
"arrow",
"curve",
"user interface",
"previous"
],
"title": "Arrow Return Right"
};
var icon_arrow_return_right_svg_default = meta;
export {
icon_arrow_return_right_svg_default as default,
meta
};