@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.21 kB
JavaScript
"use client";
;
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));