open-icon
Version:
Open Icon
13 lines (12 loc) • 569 B
JavaScript
// lib/meta/icon_arrow-thick-wide-top-right.svg.ts
var meta = {
description: "This icon depicts a wide arrow pointing towards the top right direction. It is bold and easily recognizable, suitable for indicating movement or direction in various designs.",
category: ["Arrows"],
tag: ["arrow", "thick", "wide", "top", "right", "direction", "movement", "navigation", "indicator", "graphic"],
title: "Arrow Thick Wide Top Right"
};
var icon_arrow_thick_wide_top_right_svg_default = meta;
export {
icon_arrow_thick_wide_top_right_svg_default as default,
meta
};