17 lines
2.0 KiB
JavaScript
17 lines
2.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextArrowDownRightColumnFilled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumnFilled", "", 2, undefined));
|
|
export const TextArrowDownRightColumnRegular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumnRegular", "", 2, undefined));
|
|
export const TextArrowDownRightColumn16Regular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn16Regular", "", 1, 16));
|
|
export const TextArrowDownRightColumn16Filled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn16Filled", "", 0, 16));
|
|
export const TextArrowDownRightColumn20Regular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn20Regular", "", 1, 20));
|
|
export const TextArrowDownRightColumn20Filled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn20Filled", "", 0, 20));
|
|
export const TextArrowDownRightColumn24Regular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn24Regular", "", 1, 24));
|
|
export const TextArrowDownRightColumn24Filled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn24Filled", "", 0, 24));
|
|
export const TextArrowDownRightColumn28Regular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn28Regular", "", 1, 28));
|
|
export const TextArrowDownRightColumn28Filled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn28Filled", "", 0, 28));
|
|
export const TextArrowDownRightColumn32Regular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn32Regular", "", 1, 32));
|
|
export const TextArrowDownRightColumn32Filled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn32Filled", "", 0, 32));
|
|
export const TextArrowDownRightColumn48Regular = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn48Regular", "", 1, 48));
|
|
export const TextArrowDownRightColumn48Filled = ( /*#__PURE__*/createFluentFontIcon("TextArrowDownRightColumn48Filled", "", 0, 48));
|