open-icon
Version:
Open Icon
13 lines (12 loc) • 598 B
JavaScript
// lib/meta/icon_arrow-thick-wide-bottom-left.svg.ts
var meta = {
description: "The arrow-thick-wide-bottom-left icon is a bold and wide arrow pointing downwards and to the left. This icon is great for indicating directions, movements, or navigation in a prominent and clear way.",
category: ["Arrows"],
tag: ["direction", "movement", "navigation", "bold", "wide", "arrow", "left", "down", "pointer", "symbol"],
title: "Arrow Thick Wide Bottom Left"
};
var icon_arrow_thick_wide_bottom_left_svg_default = meta;
export {
icon_arrow_thick_wide_bottom_left_svg_default as default,
meta
};