open-icon
Version:
Open Icon
26 lines (25 loc) • 608 B
JavaScript
// lib/meta/icon_arrow-rounded-right-up.svg.ts
var meta = {
"description": "The arrow-rounded-right-up icon is a simple arrow pointing upwards and to the right, with rounded edges. It is commonly used to indicate upward and rightward direction.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"rounded",
"up",
"direction",
"navigation",
"movement",
"pointing",
"right",
"upward",
"symbol"
],
"title": "Arrow Rounded Right Up"
};
var icon_arrow_rounded_right_up_svg_default = meta;
export {
icon_arrow_rounded_right_up_svg_default as default,
meta
};