open-icon
Version:
Open Icon
13 lines (12 loc) • 564 B
JavaScript
// lib/meta/icon_watch.svg.ts
var meta = {
description: "The watch icon represents a timepiece that is worn on the wrist or carried in a pocket. It is commonly used in user interfaces to indicate time-related features such as clock functions, countdown timers, and alarms.",
category: ["Interface"],
tag: ["timepiece", "wristwatch", "time management", "clock", "timer", "time tracking", "accessory", "personal item", "watch face", "timekeeping"],
title: "Watch"
};
var icon_watch_svg_default = meta;
export {
icon_watch_svg_default as default,
meta
};