21 lines
2.5 KiB
JavaScript
21 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TableSimple48Filled = exports.TableSimple48Regular = exports.TableSimple32Light = exports.TableSimple32Filled = exports.TableSimple32Regular = exports.TableSimple28Filled = exports.TableSimple28Regular = exports.TableSimple24Filled = exports.TableSimple24Regular = exports.TableSimple20Filled = exports.TableSimple20Regular = exports.TableSimple16Filled = exports.TableSimple16Regular = exports.TableSimpleRegular = exports.TableSimpleFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TableSimpleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleFilled", "", 2, undefined));
|
|
exports.TableSimpleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleRegular", "", 2, undefined));
|
|
exports.TableSimple16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple16Regular", "", 1, 16));
|
|
exports.TableSimple16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple16Filled", "", 0, 16));
|
|
exports.TableSimple20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple20Regular", "", 1, 20));
|
|
exports.TableSimple20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple20Filled", "", 0, 20));
|
|
exports.TableSimple24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple24Regular", "", 1, 24));
|
|
exports.TableSimple24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple24Filled", "", 0, 24));
|
|
exports.TableSimple28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple28Regular", "", 1, 28));
|
|
exports.TableSimple28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple28Filled", "", 0, 28));
|
|
exports.TableSimple32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple32Regular", "", 1, 32));
|
|
exports.TableSimple32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple32Filled", "", 0, 32));
|
|
exports.TableSimple32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple32Light", "", 3, 32));
|
|
exports.TableSimple48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple48Regular", "", 1, 48));
|
|
exports.TableSimple48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimple48Filled", "", 0, 48));
|