open-icon
Version:
Open Icon
13 lines (12 loc) • 554 B
JavaScript
// lib/meta/icon_arrow-thick-tall-left.svg.ts
var meta = {
description: "The arrow-thick-tall-left icon is a bold and tall arrow pointing towards the left direction. This icon is commonly used to indicate navigation or to guide the user to go back to the previous step.",
category: ["Arrows"],
tag: ["arrow", "left", "direction", "navigation", "back", "tall", "thick", "bold", "pointer"],
title: "Arrow Thick Tall Left"
};
var icon_arrow_thick_tall_left_svg_default = meta;
export {
icon_arrow_thick_tall_left_svg_default as default,
meta
};