open-icon
Version:
Open Icon
13 lines (12 loc) • 487 B
JavaScript
// lib/meta/icon_arrow-time-recent.svg.ts
var meta = {
description: "The arrow-time-recent icon depicts an arrow moving in a recent time direction. It can symbolize recent activity, updates, or changes.",
category: ["Arrows"],
tag: ["time", "recent", "updates", "activity", "change", "navigation", "history", "refresh", "direction"],
title: "Arrow Time Recent"
};
var icon_arrow_time_recent_svg_default = meta;
export {
icon_arrow_time_recent_svg_default as default,
meta
};