open-icon
Version:
Open Icon
13 lines (12 loc) • 490 B
JavaScript
// lib/meta/icon_followed-by-arrow.svg.ts
var meta = {
description: "A UI icon depicting one element followed by an arrow pointing to another element, commonly used to indicate direction or flow.",
category: ["Interface"],
tag: ["follow", "arrow", "direction", "flow", "navigation", "pointer", "sequence", "next", "proceed", "connect"],
title: "Followed By Arrow"
};
var icon_followed_by_arrow_svg_default = meta;
export {
icon_followed_by_arrow_svg_default as default,
meta
};