open-icon
Version:
Open Icon
13 lines (12 loc) • 527 B
JavaScript
// lib/meta/icon_arrow-time-past.svg.ts
var meta = {
description: "The icon 'Arrow Time Past' represents the concept of time flowing in the past direction. It is commonly used to indicate that something has already occurred or happened in the past.",
category: ["Arrows"],
tag: ["time", "past", "history", "clock", "direction", "arrow", "timeline", "flow", "pointing", "memory"],
title: "Arrow Time Past"
};
var icon_arrow_time_past_svg_default = meta;
export {
icon_arrow_time_past_svg_default as default,
meta
};