open-icon
Version:
Open Icon
27 lines (26 loc) • 598 B
JavaScript
// lib/meta/icon_arrow-headed-rounded-right-up.svg.ts
var meta = {
"description": "This icon features an arrow pointing right and upward with a rounded head, depicting movement and progress.",
"category": [
"Arrows",
"Shapes"
],
"tag": [
"arrow",
"arrowhead",
"rounded",
"upward",
"movement",
"progress",
"direction",
"navigation",
"pointer",
"symbol"
],
"title": "Arrow Headed Rounded Right Up"
};
var icon_arrow_headed_rounded_right_up_svg_default = meta;
export {
icon_arrow_headed_rounded_right_up_svg_default as default,
meta
};