open-icon
Version:
Open Icon
25 lines (24 loc) • 451 B
JavaScript
// lib/meta/icon_clock.svg.ts
var meta = {
"description": "A simple icon representing a clock, typically used to indicate time or schedule in user interfaces.",
"category": [
"Interface"
],
"tag": [
"time",
"schedule",
"reminder",
"alarm",
"plan",
"hour",
"minute",
"second",
"timing"
],
"title": "Clock"
};
var icon_clock_svg_default = meta;
export {
icon_clock_svg_default as default,
meta
};