21 lines
2.6 KiB
JavaScript
21 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CalendarEmpty48Filled = exports.CalendarEmpty48Regular = exports.CalendarEmpty32Light = exports.CalendarEmpty32Filled = exports.CalendarEmpty32Regular = exports.CalendarEmpty28Filled = exports.CalendarEmpty28Regular = exports.CalendarEmpty24Filled = exports.CalendarEmpty24Regular = exports.CalendarEmpty20Filled = exports.CalendarEmpty20Regular = exports.CalendarEmpty16Filled = exports.CalendarEmpty16Regular = exports.CalendarEmptyRegular = exports.CalendarEmptyFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CalendarEmptyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmptyFilled", "", 2, undefined));
|
|
exports.CalendarEmptyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmptyRegular", "", 2, undefined));
|
|
exports.CalendarEmpty16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty16Regular", "", 1, 16));
|
|
exports.CalendarEmpty16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty16Filled", "", 0, 16));
|
|
exports.CalendarEmpty20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty20Regular", "", 1, 20));
|
|
exports.CalendarEmpty20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty20Filled", "", 0, 20));
|
|
exports.CalendarEmpty24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty24Regular", "", 1, 24));
|
|
exports.CalendarEmpty24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty24Filled", "", 0, 24));
|
|
exports.CalendarEmpty28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty28Regular", "", 1, 28));
|
|
exports.CalendarEmpty28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty28Filled", "", 0, 28));
|
|
exports.CalendarEmpty32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty32Regular", "", 1, 32));
|
|
exports.CalendarEmpty32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty32Filled", "", 0, 32));
|
|
exports.CalendarEmpty32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty32Light", "", 3, 32));
|
|
exports.CalendarEmpty48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty48Regular", "", 1, 48));
|
|
exports.CalendarEmpty48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarEmpty48Filled", "", 0, 48));
|