@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.72 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TableSimpleInclude48Filled = exports.TableSimpleInclude48Regular = exports.TableSimpleInclude32Filled = exports.TableSimpleInclude32Regular = exports.TableSimpleInclude28Filled = exports.TableSimpleInclude28Regular = exports.TableSimpleInclude24Filled = exports.TableSimpleInclude24Regular = exports.TableSimpleInclude20Filled = exports.TableSimpleInclude20Regular = exports.TableSimpleInclude16Filled = exports.TableSimpleInclude16Regular = exports.TableSimpleIncludeRegular = exports.TableSimpleIncludeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TableSimpleIncludeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleIncludeFilled", "", 2, undefined));
exports.TableSimpleIncludeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleIncludeRegular", "", 2, undefined));
exports.TableSimpleInclude16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude16Regular", "", 1, 16));
exports.TableSimpleInclude16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude16Filled", "", 0, 16));
exports.TableSimpleInclude20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude20Regular", "", 1, 20));
exports.TableSimpleInclude20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude20Filled", "", 0, 20));
exports.TableSimpleInclude24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude24Regular", "", 1, 24));
exports.TableSimpleInclude24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude24Filled", "", 0, 24));
exports.TableSimpleInclude28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude28Regular", "", 1, 28));
exports.TableSimpleInclude28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude28Filled", "", 0, 28));
exports.TableSimpleInclude32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude32Regular", "", 1, 32));
exports.TableSimpleInclude32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude32Filled", "", 0, 32));
exports.TableSimpleInclude48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude48Regular", "", 1, 48));
exports.TableSimpleInclude48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableSimpleInclude48Filled", "", 0, 48));