open-icon
Version:
Open Icon
13 lines (12 loc) • 553 B
JavaScript
// lib/meta/icon_arrow-thick-wide-left-top.svg.ts
var meta = {
description: "The arrow-thick-wide-left-top icon is an arrow pointing to the top-left direction. This bold and wide arrow indicates motion or direction towards the upper left corner.",
category: ["Arrows"],
tag: ["arrow", "thick", "wide", "left", "top", "direction", "motion", "symbol", "navigation", "pointer"],
title: "Arrow Thick Wide Left Top"
};
var icon_arrow_thick_wide_left_top_svg_default = meta;
export {
icon_arrow_thick_wide_left_top_svg_default as default,
meta
};