open-icon
Version:
Open Icon
13 lines (12 loc) • 591 B
JavaScript
// lib/meta/icon_arrow-thick-right-bottom.svg.ts
var meta = {
description: "The arrow-thick-right-bottom icon indicates a thick arrow pointing towards the bottom-right direction. It is commonly used to represent navigation, progression, or movement to the lower right position.",
category: ["Arrows"],
tag: ["arrow", "direction", "navigation", "progression", "move", "bottom", "right", "point", "graphic", "symbol"],
title: "Arrow Thick Right Bottom"
};
var icon_arrow_thick_right_bottom_svg_default = meta;
export {
icon_arrow_thick_right_bottom_svg_default as default,
meta
};