open-icon
Version:
Open Icon
26 lines (25 loc) • 593 B
JavaScript
// lib/meta/icon_arrow-left.svg.ts
var meta = {
"description": "The arrow-left icon indicates the direction of moving or navigating to the left side. It is commonly used in various interfaces and applications to signify going back or returning to a previous step.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"Navigation",
"Direction",
"Left",
"Back",
"Previous",
"Move",
"Navigate",
"Button",
"Symbol"
],
"title": "Arrow Left"
};
var icon_arrow_left_svg_default = meta;
export {
icon_arrow_left_svg_default as default,
meta
};