@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.86 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TableSimpleExcludeFilled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExcludeFilled", "", 2, undefined));
export const TableSimpleExcludeRegular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExcludeRegular", "", 2, undefined));
export const TableSimpleExclude16Regular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude16Regular", "", 1, 16));
export const TableSimpleExclude16Filled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude16Filled", "", 0, 16));
export const TableSimpleExclude20Regular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude20Regular", "", 1, 20));
export const TableSimpleExclude20Filled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude20Filled", "", 0, 20));
export const TableSimpleExclude24Regular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude24Regular", "", 1, 24));
export const TableSimpleExclude24Filled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude24Filled", "", 0, 24));
export const TableSimpleExclude28Regular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude28Regular", "", 1, 28));
export const TableSimpleExclude28Filled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude28Filled", "", 0, 28));
export const TableSimpleExclude32Regular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude32Regular", "", 1, 32));
export const TableSimpleExclude32Filled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude32Filled", "", 0, 32));
export const TableSimpleExclude48Regular = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude48Regular", "", 1, 48));
export const TableSimpleExclude48Filled = ( /*#__PURE__*/createFluentFontIcon("TableSimpleExclude48Filled", "", 0, 48));