open-icon
Version:
Open Icon
26 lines (25 loc) • 537 B
JavaScript
// lib/meta/icon_arrow-up-left.svg.ts
var meta = {
"description": "The icon displays an arrow pointing diagonally upwards and left. It symbolizes a direction or movement towards the top left corner.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"up",
"left",
"direction",
"movement",
"pointer",
"navigation",
"top-left",
"corner"
],
"title": "Arrow Up Left"
};
var icon_arrow_up_left_svg_default = meta;
export {
icon_arrow_up_left_svg_default as default,
meta
};