@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.9 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TableStackBelow28Filled = exports.TableStackBelow28Regular = exports.TableStackBelow24Filled = exports.TableStackBelow24Regular = exports.TableStackBelow20Filled = exports.TableStackBelow20Regular = exports.TableStackBelow16Filled = exports.TableStackBelow16Regular = exports.TableStackBelowRegular = exports.TableStackBelowFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TableStackBelowFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelowFilled", "", 2, undefined));
exports.TableStackBelowRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelowRegular", "", 2, undefined));
exports.TableStackBelow16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow16Regular", "", 1, 16));
exports.TableStackBelow16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow16Filled", "", 0, 16));
exports.TableStackBelow20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow20Regular", "", 1, 20));
exports.TableStackBelow20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow20Filled", "", 0, 20));
exports.TableStackBelow24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow24Regular", "", 1, 24));
exports.TableStackBelow24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow24Filled", "", 0, 24));
exports.TableStackBelow28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow28Regular", "", 1, 28));
exports.TableStackBelow28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackBelow28Filled", "", 0, 28));