open-icon
Version:
Open Icon
13 lines (12 loc) • 584 B
JavaScript
// lib/meta/icon_arrow-thick-up.svg.ts
var meta = {
description: "The arrow-thick-up icon is a bold and prominent arrow pointing upwards. It symbolizes moving up, progress, and growth. This icon is commonly used to indicate scrolling to the top of a page or returning to the beginning of a list.",
category: ["Arrows", "Interface"],
tag: ["arrow", "thick", "up", "direction", "scroll", "progress", "growth", "navigation", "move", "point"],
title: "Arrow Thick Up"
};
var icon_arrow_thick_up_svg_default = meta;
export {
icon_arrow_thick_up_svg_default as default,
meta
};