UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 741 B
"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));