open-icon
Version:
Open Icon
13 lines (12 loc) • 548 B
JavaScript
// lib/meta/icon_arrow-thick-tall-right-bottom.svg.ts
var meta = {
description: "An icon of a thick arrow pointing towards the bottom right direction. This icon is tall and bold, making it stand out on the screen.",
category: ["Arrows", "Interface"],
tag: ["tall", "thick", "direction", "navigation", "pointer", "movement", "graphic", "symbol", "indicator"],
title: "Arrow Thick Tall Right Bottom"
};
var icon_arrow_thick_tall_right_bottom_svg_default = meta;
export {
icon_arrow_thick_tall_right_bottom_svg_default as default,
meta
};