"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClockFilledIcon = void 0;
var ClockFilledIcon_1 = require("./ClockFilledIcon");
Object.defineProperty(exports, "ClockFilledIcon", { enumerable: true, get: function () { return ClockFilledIcon_1.ClockFilledIcon; } });