open-icon
Version:
Open Icon
13 lines (12 loc) • 521 B
JavaScript
// lib/meta/icon_arrow-thick-left-top.svg.ts
var meta = {
description: "The arrow-thick-left-top icon points towards the top left direction with a bold and thick design. It signifies moving or navigating to the top left corner.",
category: ["Arrows", "Interface"],
tag: ["arrow", "direction", "top left", "navigation", "moving", "thick arrow", "bold arrow"],
title: "Arrow Thick Left Top"
};
var icon_arrow_thick_left_top_svg_default = meta;
export {
icon_arrow_thick_left_top_svg_default as default,
meta
};