12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CalendarMention20Filled = exports.CalendarMention20Regular = exports.CalendarMention16Filled = exports.CalendarMention16Regular = exports.CalendarMentionRegular = exports.CalendarMentionFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CalendarMentionFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMentionFilled", "", 2, undefined));
|
|
exports.CalendarMentionRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMentionRegular", "", 2, undefined));
|
|
exports.CalendarMention16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMention16Regular", "", 1, 16));
|
|
exports.CalendarMention16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMention16Filled", "", 0, 16));
|
|
exports.CalendarMention20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMention20Regular", "", 1, 20));
|
|
exports.CalendarMention20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarMention20Filled", "", 0, 20));
|