9 lines
837 B
JavaScript
9 lines
837 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentLandscapeFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentLandscapeFilled", "", 2, undefined));
|
|
export const DocumentLandscapeRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentLandscapeRegular", "", 2, undefined));
|
|
export const DocumentLandscape20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLandscape20Regular", "", 1, 20));
|
|
export const DocumentLandscape20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLandscape20Filled", "", 0, 20));
|
|
export const DocumentLandscape24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLandscape24Regular", "", 1, 24));
|
|
export const DocumentLandscape24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLandscape24Filled", "", 0, 24));
|