open-icon
Version:
Open Icon
26 lines (25 loc) • 578 B
JavaScript
// lib/meta/icon_arrow-up-right.svg.ts
var meta = {
"description": "The arrow-up-right icon depicts an arrow pointing diagonally upwards and to the right. This icon is commonly used to indicate the direction to move upwards and to the right.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"direction",
"move",
"diagonal",
"up",
"right",
"navigation",
"pointer",
"pointer",
"symbol"
],
"title": "Arrow Up Right"
};
var icon_arrow_up_right_svg_default = meta;
export {
icon_arrow_up_right_svg_default as default,
meta
};