open-icon
Version:
Open Icon
27 lines (26 loc) • 641 B
JavaScript
// lib/meta/icon_arrow-headed-rounded-left-up.svg.ts
var meta = {
"description": "This icon features an arrow pointing up and to the left, with a rounded design at the tip of the arrowhead. It can symbolize direction, movement, or navigation.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"up",
"left",
"direction",
"navigation",
"rounded",
"movement",
"pointer",
"pointing",
"symbol"
],
"title": "Arrow Headed Rounded Left Up"
};
var icon_arrow_headed_rounded_left_up_svg_default = meta;
export {
icon_arrow_headed_rounded_left_up_svg_default as default,
meta
};