open-icon
Version:
Open Icon
27 lines (26 loc) • 637 B
JavaScript
// lib/meta/icon_arrow-down-right.svg.ts
var meta = {
"description": "An icon depicting an arrow pointing downwards and to the right, indicating the direction. It is commonly used in user interfaces to show the option to scroll or navigate in a diagonal downward direction.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"down",
"right",
"direction",
"pointer",
"navigation",
"UI",
"scrolling",
"diagonal",
"movement"
],
"title": "Arrow Down Right"
};
var icon_arrow_down_right_svg_default = meta;
export {
icon_arrow_down_right_svg_default as default,
meta
};