9 lines
781 B
JavaScript
9 lines
781 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TableArrowUpFilled = ( /*#__PURE__*/createFluentFontIcon("TableArrowUpFilled", "", 2, undefined));
|
|
export const TableArrowUpRegular = ( /*#__PURE__*/createFluentFontIcon("TableArrowUpRegular", "", 2, undefined));
|
|
export const TableArrowUp20Regular = ( /*#__PURE__*/createFluentFontIcon("TableArrowUp20Regular", "", 1, 20));
|
|
export const TableArrowUp20Filled = ( /*#__PURE__*/createFluentFontIcon("TableArrowUp20Filled", "", 0, 20));
|
|
export const TableArrowUp24Regular = ( /*#__PURE__*/createFluentFontIcon("TableArrowUp24Regular", "", 1, 24));
|
|
export const TableArrowUp24Filled = ( /*#__PURE__*/createFluentFontIcon("TableArrowUp24Filled", "", 0, 24));
|