Private
Public Access
1
0
Files

16 lines
1.7 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClockBill32Filled = exports.ClockBill32Regular = exports.ClockBill24Filled = exports.ClockBill24Regular = exports.ClockBill20Filled = exports.ClockBill20Regular = exports.ClockBill16Filled = exports.ClockBill16Regular = exports.ClockBillRegular = exports.ClockBillFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ClockBillFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBillFilled", "", 2, undefined));
exports.ClockBillRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBillRegular", "", 2, undefined));
exports.ClockBill16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill16Regular", "󰕠", 1, 16));
exports.ClockBill16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill16Filled", "󰗙", 0, 16));
exports.ClockBill20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill20Regular", "󰕡", 1, 20));
exports.ClockBill20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill20Filled", "󰗚", 0, 20));
exports.ClockBill24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill24Regular", "󰕢", 1, 24));
exports.ClockBill24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill24Filled", "󰗛", 0, 24));
exports.ClockBill32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill32Regular", "󰕣", 1, 32));
exports.ClockBill32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockBill32Filled", "󰗜", 0, 32));