16 lines
1.8 KiB
JavaScript
16 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CalendarNote32Filled = exports.CalendarNote32Regular = exports.CalendarNote24Filled = exports.CalendarNote24Regular = exports.CalendarNote20Filled = exports.CalendarNote20Regular = exports.CalendarNote16Filled = exports.CalendarNote16Regular = exports.CalendarNoteRegular = exports.CalendarNoteFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CalendarNoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNoteFilled", "", 2, undefined));
|
|
exports.CalendarNoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNoteRegular", "", 2, undefined));
|
|
exports.CalendarNote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote16Regular", "", 1, 16));
|
|
exports.CalendarNote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote16Filled", "", 0, 16));
|
|
exports.CalendarNote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote20Regular", "", 1, 20));
|
|
exports.CalendarNote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote20Filled", "", 0, 20));
|
|
exports.CalendarNote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote24Regular", "", 1, 24));
|
|
exports.CalendarNote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote24Filled", "", 0, 24));
|
|
exports.CalendarNote32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote32Regular", "", 1, 32));
|
|
exports.CalendarNote32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarNote32Filled", "", 0, 32));
|