open-icon
Version:
Open Icon
13 lines (12 loc) • 552 B
JavaScript
// lib/meta/icon_arrow-thick-top-right.svg.ts
var meta = {
description: "The arrow-thick-top-right icon indicates a directional pointer pointing towards the top right direction. It can be used to show upward and rightward movement or navigation.",
category: ["Arrows"],
tag: ["Arrow", "Direction", "Top", "Right", "Movement", "Navigation", "Pointer", "Horizontal", "Vertical", "Thick"],
title: "Arrow Thick Top Right"
};
var icon_arrow_thick_top_right_svg_default = meta;
export {
icon_arrow_thick_top_right_svg_default as default,
meta
};