open-icon
Version:
Open Icon
26 lines (25 loc) • 591 B
JavaScript
// lib/meta/icon_arrow-headed-up-left.svg.ts
var meta = {
"description": "The arrow-headed-up-left icon depicts an arrow pointing upwards and to the left. It is commonly used to indicate direction or to symbolize moving upwards and leftwards.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"up",
"left",
"direction",
"move",
"point",
"navigation",
"diagonal",
"symbol",
"icon"
],
"title": "Arrow Headed Up Left"
};
var icon_arrow_headed_up_left_svg_default = meta;
export {
icon_arrow_headed_up_left_svg_default as default,
meta
};