open-icon
Version:
Open Icon
13 lines (12 loc) • 581 B
JavaScript
// lib/meta/icon_arrow-thick-wide-right-bottom.svg.ts
var meta = {
description: "An icon depicting a thick wide arrow pointing towards the bottom right direction. This arrow can be used to indicate scrolling, progression, or navigation.",
category: ["Arrows", "Interface"],
tag: ["arrow", "thick", "wide", "right", "bottom", "direction", "scrolling", "navigation", "progression", "pointer"],
title: "Arrow Thick Wide Right Bottom"
};
var icon_arrow_thick_wide_right_bottom_svg_default = meta;
export {
icon_arrow_thick_wide_right_bottom_svg_default as default,
meta
};