open-icon
Version:
Open Icon
27 lines (26 loc) • 628 B
JavaScript
// lib/meta/icon_arrow-return-left.svg.ts
var meta = {
"description": "The arrow-return-left icon is an arrow pointing to the left, indicating a return or backward action. This icon is commonly used in navigation interfaces to go back to a previous page or step.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"return",
"left",
"navigation",
"back",
"direction",
"pointer",
"interface",
"symbol",
"action"
],
"title": "Arrow Return Left"
};
var icon_arrow_return_left_svg_default = meta;
export {
icon_arrow_return_left_svg_default as default,
meta
};