UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

16 lines (15 loc) 1.96 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TableInsertColumn28Filled = exports.TableInsertColumn28Regular = exports.TableInsertColumn24Filled = exports.TableInsertColumn24Regular = exports.TableInsertColumn20Filled = exports.TableInsertColumn20Regular = exports.TableInsertColumn16Filled = exports.TableInsertColumn16Regular = exports.TableInsertColumnRegular = exports.TableInsertColumnFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TableInsertColumnFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumnFilled", "", 2, undefined)); exports.TableInsertColumnRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumnRegular", "", 2, undefined)); exports.TableInsertColumn16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn16Regular", "", 1, 16)); exports.TableInsertColumn16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn16Filled", "", 0, 16)); exports.TableInsertColumn20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn20Regular", "", 1, 20)); exports.TableInsertColumn20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn20Filled", "", 0, 20)); exports.TableInsertColumn24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn24Regular", "", 1, 24)); exports.TableInsertColumn24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn24Filled", "", 0, 24)); exports.TableInsertColumn28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn28Regular", "", 1, 28)); exports.TableInsertColumn28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TableInsertColumn28Filled", "", 0, 28));