open-icon
Version:
Open Icon
26 lines (25 loc) • 613 B
JavaScript
// lib/meta/icon_arrow-rounded-left-up.svg.ts
var meta = {
"description": "The arrow-rounded-left-up icon depicts an arrow pointing to the left and upward, with rounded edges. It is commonly used to indicate navigation or direction to go back or move upwards.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"rounded",
"left",
"up",
"navigation",
"direction",
"back",
"move",
"pointer",
"pointer"
],
"title": "Arrow Rounded Left Up"
};
var icon_arrow_rounded_left_up_svg_default = meta;
export {
icon_arrow_rounded_left_up_svg_default as default,
meta
};