open-icon
Version:
Open Icon
13 lines (12 loc) • 587 B
JavaScript
// lib/meta/icon_arrow-thick-tall-left -top.svg.ts
var meta = {
description: "The arrow-thick-tall-left -top icon represents a large, bold left-facing arrow pointing upwards. This icon is commonly used to indicate scrolling up or navigating to the top of a page or document.",
category: ["Arrows", "Interface"],
tag: ["arrow", "thick", "tall", "left", "up", "scroll", "navigate", "page", "document", "top"],
title: "Thick Tall Left Arrow - Top"
};
var icon_arrow_thick_tall_left_top_svg_default = meta;
export {
icon_arrow_thick_tall_left_top_svg_default as default,
meta
};