open-icon
Version:
Open Icon
27 lines (26 loc) • 709 B
JavaScript
// lib/meta/icon_arrow-headed-rounded-right-down.svg.ts
var meta = {
"description": "The arrow-headed-rounded-right-down icon is an arrow symbol pointing towards the lower right direction, with a rounded arrowhead. This icon is commonly used to indicate a downward and rightward direction or movement.",
"category": [
"Arrows",
"Shapes"
],
"tag": [
"arrow",
"down",
"right",
"direction",
"movement",
"navigation",
"pointer",
"symbol",
"rounded",
"pointing"
],
"title": "Arrow Headed Rounded Right Down"
};
var icon_arrow_headed_rounded_right_down_svg_default = meta;
export {
icon_arrow_headed_rounded_right_down_svg_default as default,
meta
};