open-icon
Version:
Open Icon
27 lines (26 loc) • 663 B
JavaScript
// lib/meta/icon_arrow-headed-return-right.svg.ts
var meta = {
"description": "An arrow-headed return right icon typically indicates a return or back action to the right direction. This can be used in various interfaces to signify going back or returning to a previous point.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"return",
"navigation",
"direction",
"right",
"back",
"interface",
"symbol",
"revert",
"undo"
],
"title": "Arrow Headed Return Right"
};
var icon_arrow_headed_return_right_svg_default = meta;
export {
icon_arrow_headed_return_right_svg_default as default,
meta
};