9 lines
921 B
JavaScript
9 lines
921 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentPageBottomCenterFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentPageBottomCenterFilled", "", 2, undefined));
|
|
export const DocumentPageBottomCenterRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentPageBottomCenterRegular", "", 2, undefined));
|
|
export const DocumentPageBottomCenter20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPageBottomCenter20Regular", "", 1, 20));
|
|
export const DocumentPageBottomCenter20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPageBottomCenter20Filled", "", 0, 20));
|
|
export const DocumentPageBottomCenter24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPageBottomCenter24Regular", "", 1, 24));
|
|
export const DocumentPageBottomCenter24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPageBottomCenter24Filled", "", 0, 24));
|