@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 885 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentPageTopCenterFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentPageTopCenterFilled", "", 2, undefined));
export const DocumentPageTopCenterRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentPageTopCenterRegular", "", 2, undefined));
export const DocumentPageTopCenter20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPageTopCenter20Regular", "", 1, 20));
export const DocumentPageTopCenter20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPageTopCenter20Filled", "", 0, 20));
export const DocumentPageTopCenter24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPageTopCenter24Regular", "", 1, 24));
export const DocumentPageTopCenter24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPageTopCenter24Filled", "", 0, 24));