open-icon
Version:
Open Icon
27 lines (26 loc) • 575 B
JavaScript
// lib/meta/icon_arrow-headed-down-left.svg.ts
var meta = {
"description": "An icon of an arrow pointing down and left, representing navigation or indicating to move or scroll in those directions.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"direction",
"pointing",
"navigation",
"move",
"scroll",
"down",
"left",
"diagonal",
"symbol"
],
"title": "Arrow Headed Down Left"
};
var icon_arrow_headed_down_left_svg_default = meta;
export {
icon_arrow_headed_down_left_svg_default as default,
meta
};