open-icon
Version:
Open Icon
26 lines (25 loc) • 663 B
JavaScript
// lib/meta/icon_arrow-headed-corner-up.svg.ts
var meta = {
"description": "An arrow-headed corner pointing upwards, indicating a direction. This icon is commonly used in various UI designs and graphics to represent moving upwards or navigating to a higher level.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow-headed",
"corner",
"upwards",
"direction",
"navigation",
"UI design",
"graphic design",
"moving upwards",
"higher level"
],
"title": "Arrow Headed Corner Up"
};
var icon_arrow_headed_corner_up_svg_default = meta;
export {
icon_arrow_headed_corner_up_svg_default as default,
meta
};