open-icon
Version:
Open Icon
13 lines (12 loc) • 516 B
JavaScript
// lib/meta/icon_arrow-skip.svg.ts
var meta = {
description: "The arrow-skip icon is used to symbolize skipping or jumping to the next item or step. It can be used in multimedia applications, navigation menus, and digital interfaces.",
category: ["Arrows", "Interface"],
tag: ["skip", "jump", "next", "forward", "navigation", "multimedia", "interface", "digital", "arrow", "symbol"],
title: "Arrow Skip"
};
var icon_arrow_skip_svg_default = meta;
export {
icon_arrow_skip_svg_default as default,
meta
};