open-icon
Version:
Open Icon
26 lines (25 loc) • 570 B
JavaScript
// lib/meta/icon_arrow-down-left.svg.ts
var meta = {
"description": "The arrow-down-left icon depicts an arrow pointing downwards and to the left. It is commonly used to indicate movement or direction in that particular way.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"down",
"left",
"direction",
"movement",
"navigation",
"pointer",
"symbol",
"graphic",
"interface"
],
"title": "Arrow Down Left"
};
var icon_arrow_down_left_svg_default = meta;
export {
icon_arrow_down_left_svg_default as default,
meta
};