14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ClockLock24Filled = exports.ClockLock24Regular = exports.ClockLock20Filled = exports.ClockLock20Regular = exports.ClockLock16Filled = exports.ClockLock16Regular = exports.ClockLockRegular = exports.ClockLockFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ClockLockFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLockFilled", "", 2, undefined));
|
|
exports.ClockLockRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLockRegular", "", 2, undefined));
|
|
exports.ClockLock16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock16Regular", "", 1, 16));
|
|
exports.ClockLock16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock16Filled", "", 0, 16));
|
|
exports.ClockLock20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock20Regular", "", 1, 20));
|
|
exports.ClockLock20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock20Filled", "", 0, 20));
|
|
exports.ClockLock24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock24Regular", "", 1, 24));
|
|
exports.ClockLock24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock24Filled", "", 0, 24));
|