open-icon
Version:
Open Icon
13 lines (12 loc) • 557 B
JavaScript
// lib/meta/icon_arrow-thick-tall-bottom-left.svg.ts
var meta = {
description: "An icon representing a thick arrow pointing towards the bottom left direction, commonly used for navigation and indicating movement or direction.",
category: ["Arrows"],
tag: ["arrow", "direction", "navigation", "thick", "bottom left", "movement", "pointer", "symbol", "sign", "interface"],
title: "Arrow Thick Tall Bottom Left"
};
var icon_arrow_thick_tall_bottom_left_svg_default = meta;
export {
icon_arrow_thick_tall_bottom_left_svg_default as default,
meta
};