open-icon
Version:
Open Icon
13 lines (12 loc) • 564 B
JavaScript
// lib/meta/icon_arrow-thick-bottom-left.svg.ts
var meta = {
description: "The arrow-thick-bottom-left icon depicts a thick arrow pointing towards the bottom left direction. It is commonly used to indicate movement or direction towards the bottom left.",
category: ["Arrows"],
tag: ["arrow", "thick", "bottom", "left", "direction", "movement", "pointer", "navigation", "interface", "symbol"],
title: "Arrow Thick Bottom Left"
};
var icon_arrow_thick_bottom_left_svg_default = meta;
export {
icon_arrow_thick_bottom_left_svg_default as default,
meta
};