Private
Public Access
1
0
Files

16 lines
1.8 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarPlay28Filled = exports.CalendarPlay28Regular = exports.CalendarPlay24Filled = exports.CalendarPlay24Regular = exports.CalendarPlay20Filled = exports.CalendarPlay20Regular = exports.CalendarPlay16Filled = exports.CalendarPlay16Regular = exports.CalendarPlayRegular = exports.CalendarPlayFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CalendarPlayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlayFilled", "", 2, undefined));
exports.CalendarPlayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlayRegular", "", 2, undefined));
exports.CalendarPlay16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay16Regular", "", 1, 16));
exports.CalendarPlay16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay16Filled", "", 0, 16));
exports.CalendarPlay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay20Regular", "", 1, 20));
exports.CalendarPlay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay20Filled", "", 0, 20));
exports.CalendarPlay24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay24Regular", "", 1, 24));
exports.CalendarPlay24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay24Filled", "", 0, 24));
exports.CalendarPlay28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay28Regular", "", 1, 28));
exports.CalendarPlay28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarPlay28Filled", "", 0, 28));