23 lines
2.6 KiB
JavaScript
23 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Mention48Filled = exports.Mention48Regular = exports.Mention32Light = exports.Mention32Filled = exports.Mention32Regular = exports.Mention28Filled = exports.Mention28Regular = exports.Mention24Filled = exports.Mention24Regular = exports.Mention20Filled = exports.Mention20Regular = exports.Mention16Filled = exports.Mention16Regular = exports.Mention12Filled = exports.Mention12Regular = exports.MentionRegular = exports.MentionFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.MentionFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MentionFilled", "", 2, undefined));
|
|
exports.MentionRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MentionRegular", "", 2, undefined));
|
|
exports.Mention12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention12Regular", "", 1, 12));
|
|
exports.Mention12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention12Filled", "", 0, 12));
|
|
exports.Mention16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention16Regular", "", 1, 16));
|
|
exports.Mention16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention16Filled", "", 0, 16));
|
|
exports.Mention20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention20Regular", "", 1, 20));
|
|
exports.Mention20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention20Filled", "", 0, 20));
|
|
exports.Mention24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention24Regular", "", 1, 24));
|
|
exports.Mention24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention24Filled", "", 0, 24));
|
|
exports.Mention28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention28Regular", "", 1, 28));
|
|
exports.Mention28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention28Filled", "", 0, 28));
|
|
exports.Mention32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention32Regular", "", 1, 32));
|
|
exports.Mention32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention32Filled", "", 0, 32));
|
|
exports.Mention32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention32Light", "", 3, 32));
|
|
exports.Mention48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention48Regular", "", 1, 48));
|
|
exports.Mention48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Mention48Filled", "", 0, 48));
|