open-icon
Version:
Open Icon
26 lines (25 loc) • 594 B
JavaScript
// lib/meta/icon_arrow-corner-down.svg.ts
var meta = {
"description": "The arrow-corner-down icon features a downward-pointing arrow that turns at a 90-degree angle at the corner. It symbolizes the direction of movement downwards and to the side.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"down",
"corner",
"direction",
"movement",
"navigation",
"pointer",
"turn",
"angular",
"shape"
],
"title": "Arrow Corner Down"
};
var icon_arrow_corner_down_svg_default = meta;
export {
icon_arrow_corner_down_svg_default as default,
meta
};