open-icon
Version:
Open Icon
13 lines (12 loc) • 549 B
JavaScript
// lib/meta/icon_arrow-skip-3.svg.ts
var meta = {
description: "The arrow-skip-3 icon represents a fast forward or skip action, indicating to move forward three steps. It is commonly used in media players, video editing software, and navigation systems.",
category: ["Arrows", "Media"],
tag: ["skip", "fast forward", "movement", "forward", "navigation", "video editing", "media player", "interface", "action"],
title: "Arrow Skip 3"
};
var icon_arrow_skip_3_svg_default = meta;
export {
icon_arrow_skip_3_svg_default as default,
meta
};