open-icon
Version:
Open Icon
27 lines (26 loc) • 678 B
JavaScript
// lib/meta/icon_arrow-headed-down.svg.ts
var meta = {
"description": "An icon depicting a downward-facing arrow with a sharp triangular head, symbolizing the action of moving or scrolling downwards. It is commonly used in user interfaces to indicate a decrease in value or a need to navigate downwards.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"down",
"arrow",
"direction",
"scroll",
"move",
"navigation",
"point",
"decrease",
"user interface",
"triangular"
],
"title": "Arrow Headed Down"
};
var icon_arrow_headed_down_svg_default = meta;
export {
icon_arrow_headed_down_svg_default as default,
meta
};