9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AppRecentFilled = ( /*#__PURE__*/createFluentFontIcon("AppRecentFilled", "", 2, undefined));
|
|
export const AppRecentRegular = ( /*#__PURE__*/createFluentFontIcon("AppRecentRegular", "", 2, undefined));
|
|
export const AppRecent20Regular = ( /*#__PURE__*/createFluentFontIcon("AppRecent20Regular", "", 1, 20));
|
|
export const AppRecent20Filled = ( /*#__PURE__*/createFluentFontIcon("AppRecent20Filled", "", 0, 20));
|
|
export const AppRecent24Regular = ( /*#__PURE__*/createFluentFontIcon("AppRecent24Regular", "", 1, 24));
|
|
export const AppRecent24Filled = ( /*#__PURE__*/createFluentFontIcon("AppRecent24Filled", "", 0, 24));
|