open-icon
Version:
Open Icon
26 lines (25 loc) • 605 B
JavaScript
// lib/meta/icon_arrow-rounded-right-down.svg.ts
var meta = {
"description": "An icon depicting a rounded arrow pointing right and down, symbolizing a diagonal direction. The arrow is rounded at the tip for a smooth appearance.",
"category": [
"Arrows"
],
"tag": [
"rounded",
"arrow",
"direction",
"diagonal",
"navigation",
"pointer",
"symbol",
"interface",
"downward",
"right"
],
"title": "Arrow Rounded Right Down"
};
var icon_arrow_rounded_right_down_svg_default = meta;
export {
icon_arrow_rounded_right_down_svg_default as default,
meta
};