@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.38 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TableCellCenterEditFilled = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEditFilled", "", 2, undefined));
export const TableCellCenterEditRegular = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEditRegular", "", 2, undefined));
export const TableCellCenterEdit16Regular = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit16Regular", "", 1, 16));
export const TableCellCenterEdit16Filled = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit16Filled", "", 0, 16));
export const TableCellCenterEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit20Regular", "", 1, 20));
export const TableCellCenterEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit20Filled", "", 0, 20));
export const TableCellCenterEdit24Regular = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit24Regular", "", 1, 24));
export const TableCellCenterEdit24Filled = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit24Filled", "", 0, 24));
export const TableCellCenterEdit28Regular = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit28Regular", "", 1, 28));
export const TableCellCenterEdit28Filled = ( /*#__PURE__*/createFluentFontIcon("TableCellCenterEdit28Filled", "", 0, 28));