14 lines
1.7 KiB
JavaScript
14 lines
1.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextboxAlignBottomRight24Filled = exports.TextboxAlignBottomRight24Regular = exports.TextboxAlignBottomRight20Filled = exports.TextboxAlignBottomRight20Regular = exports.TextboxAlignBottomRight16Filled = exports.TextboxAlignBottomRight16Regular = exports.TextboxAlignBottomRightRegular = exports.TextboxAlignBottomRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextboxAlignBottomRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRightFilled", "", 2, undefined));
|
|
exports.TextboxAlignBottomRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRightRegular", "", 2, undefined));
|
|
exports.TextboxAlignBottomRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRight16Regular", "", 1, 16));
|
|
exports.TextboxAlignBottomRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRight16Filled", "", 0, 16));
|
|
exports.TextboxAlignBottomRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRight20Regular", "", 1, 20));
|
|
exports.TextboxAlignBottomRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRight20Filled", "", 0, 20));
|
|
exports.TextboxAlignBottomRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRight24Regular", "", 1, 24));
|
|
exports.TextboxAlignBottomRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextboxAlignBottomRight24Filled", "", 0, 24));
|