open-icon
Version:
Open Icon
26 lines (25 loc) • 490 B
JavaScript
// lib/meta/icon_stopwatch.svg.ts
var meta = {
"description": "A stopwatch icon representing a timer or countdown functionality typically used in user interfaces.",
"category": [
"Interface"
],
"tag": [
"timer",
"countdown",
"clock",
"measurement",
"time",
"ui",
"stopwatch",
"watch",
"deadline",
"schedule"
],
"title": "Stopwatch"
};
var icon_stopwatch_svg_default = meta;
export {
icon_stopwatch_svg_default as default,
meta
};