open-icon
Version:
Open Icon
13 lines (12 loc) • 558 B
JavaScript
// lib/meta/icon_arrow-thick-tall-right.svg.ts
var meta = {
description: "The arrow-thick-tall-right icon is a bold and tall arrow pointing to the right. It is commonly used to indicate moving forward, navigating to the next step, or scrolling to the right.",
category: ["Arrows"],
tag: ["arrow", "tall", "thick", "right", "forward", "navigation", "next", "scroll", "direction", "symbol"],
title: "Arrow Thick Tall Right"
};
var icon_arrow_thick_tall_right_svg_default = meta;
export {
icon_arrow_thick_tall_right_svg_default as default,
meta
};