@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.87 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TableStackLeft28Filled = exports.TableStackLeft28Regular = exports.TableStackLeft24Filled = exports.TableStackLeft24Regular = exports.TableStackLeft20Filled = exports.TableStackLeft20Regular = exports.TableStackLeft16Filled = exports.TableStackLeft16Regular = exports.TableStackLeftRegular = exports.TableStackLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TableStackLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeftFilled", "", 2, undefined));
exports.TableStackLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeftRegular", "", 2, undefined));
exports.TableStackLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft16Regular", "", 1, 16));
exports.TableStackLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft16Filled", "", 0, 16));
exports.TableStackLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft20Regular", "", 1, 20));
exports.TableStackLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft20Filled", "", 0, 20));
exports.TableStackLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft24Regular", "", 1, 24));
exports.TableStackLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft24Filled", "", 0, 24));
exports.TableStackLeft28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft28Regular", "", 1, 28));
exports.TableStackLeft28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableStackLeft28Filled", "", 0, 28));