12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextFootnote24Filled = exports.TextFootnote24Regular = exports.TextFootnote20Filled = exports.TextFootnote20Regular = exports.TextFootnoteRegular = exports.TextFootnoteFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextFootnoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFootnoteFilled", "", 2, undefined));
|
|
exports.TextFootnoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFootnoteRegular", "", 2, undefined));
|
|
exports.TextFootnote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFootnote20Regular", "", 1, 20));
|
|
exports.TextFootnote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFootnote20Filled", "", 0, 20));
|
|
exports.TextFootnote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFootnote24Regular", "", 1, 24));
|
|
exports.TextFootnote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFootnote24Filled", "", 0, 24));
|