11 lines
1.2 KiB
JavaScript
11 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentHeaderArrowDownFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDownFilled", "", 2, undefined));
|
|
export const DocumentHeaderArrowDownRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDownRegular", "", 2, undefined));
|
|
export const DocumentHeaderArrowDown16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDown16Regular", "", 1, 16));
|
|
export const DocumentHeaderArrowDown16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDown16Filled", "", 0, 16));
|
|
export const DocumentHeaderArrowDown20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDown20Regular", "", 1, 20));
|
|
export const DocumentHeaderArrowDown20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDown20Filled", "", 0, 20));
|
|
export const DocumentHeaderArrowDown24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDown24Regular", "", 1, 24));
|
|
export const DocumentHeaderArrowDown24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentHeaderArrowDown24Filled", "", 0, 24));
|