@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 889 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TableFreezeRowDismissFilled = ( /*#__PURE__*/createFluentFontIcon("TableFreezeRowDismissFilled", "", 2, undefined));
export const TableFreezeRowDismissRegular = ( /*#__PURE__*/createFluentFontIcon("TableFreezeRowDismissRegular", "", 2, undefined));
export const TableFreezeRowDismiss20Regular = ( /*#__PURE__*/createFluentFontIcon("TableFreezeRowDismiss20Regular", "", 1, 20));
export const TableFreezeRowDismiss20Filled = ( /*#__PURE__*/createFluentFontIcon("TableFreezeRowDismiss20Filled", "", 0, 20));
export const TableFreezeRowDismiss24Regular = ( /*#__PURE__*/createFluentFontIcon("TableFreezeRowDismiss24Regular", "", 1, 24));
export const TableFreezeRowDismiss24Filled = ( /*#__PURE__*/createFluentFontIcon("TableFreezeRowDismiss24Filled", "", 0, 24));