open-icon
Version:
Open Icon
13 lines (12 loc) • 534 B
JavaScript
// lib/meta/icon_arrow-thick-down.svg.ts
var meta = {
description: "The arrow-thick-down icon is a bold, thick arrow pointing downwards. It is commonly used to indicate a downward direction or to prompt users to scroll down on a webpage.",
category: ["Arrows"],
tag: ["arrow", "thick", "down", "direction", "scroll", "navigation", "web design", "user interface", "pointer", "click"],
title: "Arrow Thick Down"
};
var icon_arrow_thick_down_svg_default = meta;
export {
icon_arrow_thick_down_svg_default as default,
meta
};