open-icon
Version:
Open Icon
13 lines (12 loc) • 553 B
JavaScript
// lib/meta/icon_arrow-thick-left.svg.ts
var meta = {
description: "The arrow-thick-left icon is a bold arrow pointing to the left, indicating a navigation or directional action. It is designed to stand out and catch the user's attention easily.",
category: ["Arrows", "Interface"],
tag: ["navigation", "directional", "pointer", "left arrow", "bold", "symbol", "icon design", "UI", "UX", "arrow icon"],
title: "Arrow Thick Left"
};
var icon_arrow_thick_left_svg_default = meta;
export {
icon_arrow_thick_left_svg_default as default,
meta
};