19 lines
2.3 KiB
JavaScript
19 lines
2.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CalendarMonth32Light = exports.CalendarMonth32Filled = exports.CalendarMonth32Regular = exports.CalendarMonth28Filled = exports.CalendarMonth28Regular = exports.CalendarMonth24Filled = exports.CalendarMonth24Regular = exports.CalendarMonth20Filled = exports.CalendarMonth20Regular = exports.CalendarMonth16Filled = exports.CalendarMonth16Regular = exports.CalendarMonthRegular = exports.CalendarMonthFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CalendarMonthFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonthFilled", "", 2, undefined));
|
|
exports.CalendarMonthRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonthRegular", "", 2, undefined));
|
|
exports.CalendarMonth16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth16Regular", "", 1, 16));
|
|
exports.CalendarMonth16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth16Filled", "", 0, 16));
|
|
exports.CalendarMonth20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth20Regular", "", 1, 20));
|
|
exports.CalendarMonth20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth20Filled", "", 0, 20));
|
|
exports.CalendarMonth24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth24Regular", "", 1, 24));
|
|
exports.CalendarMonth24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth24Filled", "", 0, 24));
|
|
exports.CalendarMonth28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth28Regular", "", 1, 28));
|
|
exports.CalendarMonth28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth28Filled", "", 0, 28));
|
|
exports.CalendarMonth32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth32Regular", "", 1, 32));
|
|
exports.CalendarMonth32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth32Filled", "", 0, 32));
|
|
exports.CalendarMonth32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMonth32Light", "", 3, 32));
|