open-icon
Version:
Open Icon
13 lines (12 loc) • 506 B
JavaScript
// lib/meta/icon_arrow-thick-tall-up.svg.ts
var meta = {
description: "The arrow-thick-tall-up icon features a bold and tall upward arrow symbol, indicating an action or direction moving upwards.",
category: ["Arrows", "Shapes"],
tag: ["arrow", "up arrow", "thick arrow", "tall arrow", "navigation", "direction", "move up", "increase", "scroll"],
title: "Arrow Thick Tall Up"
};
var icon_arrow_thick_tall_up_svg_default = meta;
export {
icon_arrow_thick_tall_up_svg_default as default,
meta
};