20 lines
2.2 KiB
JavaScript
20 lines
2.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Textbox48Filled = exports.Textbox48Regular = exports.Textbox32Filled = exports.Textbox32Regular = exports.Textbox28Filled = exports.Textbox28Regular = exports.Textbox24Filled = exports.Textbox24Regular = exports.Textbox20Filled = exports.Textbox20Regular = exports.Textbox16Filled = exports.Textbox16Regular = exports.TextboxRegular = exports.TextboxFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextboxFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxFilled", "", 2, undefined));
|
|
exports.TextboxRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxRegular", "", 2, undefined));
|
|
exports.Textbox16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox16Regular", "", 1, 16));
|
|
exports.Textbox16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox16Filled", "", 0, 16));
|
|
exports.Textbox20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox20Regular", "", 1, 20));
|
|
exports.Textbox20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox20Filled", "", 0, 20));
|
|
exports.Textbox24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox24Regular", "", 1, 24));
|
|
exports.Textbox24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox24Filled", "", 0, 24));
|
|
exports.Textbox28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox28Regular", "", 1, 28));
|
|
exports.Textbox28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox28Filled", "", 0, 28));
|
|
exports.Textbox32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox32Regular", "", 1, 32));
|
|
exports.Textbox32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox32Filled", "", 0, 32));
|
|
exports.Textbox48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox48Regular", "", 1, 48));
|
|
exports.Textbox48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Textbox48Filled", "", 0, 48));
|