@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 989 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LearningAppFilled = ( /*#__PURE__*/createFluentFontIcon("LearningAppFilled", "", 2, undefined));
export const LearningAppRegular = ( /*#__PURE__*/createFluentFontIcon("LearningAppRegular", "", 2, undefined));
export const LearningApp16Regular = ( /*#__PURE__*/createFluentFontIcon("LearningApp16Regular", "", 1, 16));
export const LearningApp16Filled = ( /*#__PURE__*/createFluentFontIcon("LearningApp16Filled", "", 0, 16));
export const LearningApp20Regular = ( /*#__PURE__*/createFluentFontIcon("LearningApp20Regular", "", 1, 20));
export const LearningApp20Filled = ( /*#__PURE__*/createFluentFontIcon("LearningApp20Filled", "", 0, 20));
export const LearningApp24Regular = ( /*#__PURE__*/createFluentFontIcon("LearningApp24Regular", "", 1, 24));
export const LearningApp24Filled = ( /*#__PURE__*/createFluentFontIcon("LearningApp24Filled", "", 0, 24));