open-icon
Version:
Open Icon
13 lines (12 loc) • 545 B
JavaScript
// lib/meta/icon_arrow-thick-wide-right.svg.ts
var meta = {
description: "The arrow-thick-wide-right icon is a bold and wide arrow pointing to the right, symbolizing movement in that direction. The thick design makes it easy to see and follow.",
category: ["Arrows"],
tag: ["arrow", "thick", "wide", "right", "direction", "movement", "navigation", "bold", "symbol", "simple"],
title: "Arrow Thick Wide Right"
};
var icon_arrow_thick_wide_right_svg_default = meta;
export {
icon_arrow_thick_wide_right_svg_default as default,
meta
};