UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.33 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TableInsertColumnFilled = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumnFilled", "", 2, undefined)); export const TableInsertColumnRegular = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumnRegular", "", 2, undefined)); export const TableInsertColumn16Regular = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn16Regular", "", 1, 16)); export const TableInsertColumn16Filled = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn16Filled", "", 0, 16)); export const TableInsertColumn20Regular = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn20Regular", "", 1, 20)); export const TableInsertColumn20Filled = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn20Filled", "", 0, 20)); export const TableInsertColumn24Regular = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn24Regular", "", 1, 24)); export const TableInsertColumn24Filled = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn24Filled", "", 0, 24)); export const TableInsertColumn28Regular = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn28Regular", "", 1, 28)); export const TableInsertColumn28Filled = ( /*#__PURE__*/createFluentFontIcon("TableInsertColumn28Filled", "", 0, 28));