open-icon
Version:
Open Icon
13 lines (12 loc) • 546 B
JavaScript
// lib/meta/icon_angle-45-bottom-right.svg.ts
var meta = {
description: "This icon depicts an arrow pointing at a 45-degree angle towards the bottom right direction. It is commonly used in user interfaces to indicate movement or direction.",
category: ["Arrows", "UI"],
tag: ["arrow", "angle", "movement", "direction", "navigation", "user interface", "45 degree", "bottom right"],
title: "Angle 45 Bottom Right"
};
var icon_angle_45_bottom_right_svg_default = meta;
export {
icon_angle_45_bottom_right_svg_default as default,
meta
};