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