14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextFontInfo24Filled = exports.TextFontInfo24Regular = exports.TextFontInfo20Filled = exports.TextFontInfo20Regular = exports.TextFontInfo16Filled = exports.TextFontInfo16Regular = exports.TextFontInfoRegular = exports.TextFontInfoFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextFontInfoFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfoFilled", "", 2, undefined));
|
|
exports.TextFontInfoRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfoRegular", "", 2, undefined));
|
|
exports.TextFontInfo16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfo16Regular", "", 1, 16));
|
|
exports.TextFontInfo16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfo16Filled", "", 0, 16));
|
|
exports.TextFontInfo20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfo20Regular", "", 1, 20));
|
|
exports.TextFontInfo20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfo20Filled", "", 0, 20));
|
|
exports.TextFontInfo24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfo24Regular", "", 1, 24));
|
|
exports.TextFontInfo24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextFontInfo24Filled", "", 0, 24));
|