20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TableBottomRow48Filled = exports.TableBottomRow48Regular = exports.TableBottomRow32Filled = exports.TableBottomRow32Regular = exports.TableBottomRow28Filled = exports.TableBottomRow28Regular = exports.TableBottomRow24Filled = exports.TableBottomRow24Regular = exports.TableBottomRow20Filled = exports.TableBottomRow20Regular = exports.TableBottomRow16Filled = exports.TableBottomRow16Regular = exports.TableBottomRowRegular = exports.TableBottomRowFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TableBottomRowFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRowFilled", "", 2, undefined));
|
|
exports.TableBottomRowRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRowRegular", "", 2, undefined));
|
|
exports.TableBottomRow16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow16Regular", "", 1, 16));
|
|
exports.TableBottomRow16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow16Filled", "", 0, 16));
|
|
exports.TableBottomRow20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow20Regular", "", 1, 20));
|
|
exports.TableBottomRow20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow20Filled", "", 0, 20));
|
|
exports.TableBottomRow24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow24Regular", "", 1, 24));
|
|
exports.TableBottomRow24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow24Filled", "", 0, 24));
|
|
exports.TableBottomRow28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow28Regular", "", 1, 28));
|
|
exports.TableBottomRow28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow28Filled", "", 0, 28));
|
|
exports.TableBottomRow32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow32Regular", "", 1, 32));
|
|
exports.TableBottomRow32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow32Filled", "", 0, 32));
|
|
exports.TableBottomRow48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow48Regular", "", 1, 48));
|
|
exports.TableBottomRow48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableBottomRow48Filled", "", 0, 48));
|