13 lines
1.3 KiB
JavaScript
13 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TableStackRightFilled = ( /*#__PURE__*/createFluentFontIcon("TableStackRightFilled", "", 2, undefined));
|
|
export const TableStackRightRegular = ( /*#__PURE__*/createFluentFontIcon("TableStackRightRegular", "", 2, undefined));
|
|
export const TableStackRight16Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackRight16Regular", "", 1, 16));
|
|
export const TableStackRight16Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackRight16Filled", "", 0, 16));
|
|
export const TableStackRight20Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackRight20Regular", "", 1, 20));
|
|
export const TableStackRight20Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackRight20Filled", "", 0, 20));
|
|
export const TableStackRight24Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackRight24Regular", "", 1, 24));
|
|
export const TableStackRight24Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackRight24Filled", "", 0, 24));
|
|
export const TableStackRight28Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackRight28Regular", "", 1, 28));
|
|
export const TableStackRight28Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackRight28Filled", "", 0, 28));
|