@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 941 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AppsListFilled = ( /*#__PURE__*/createFluentFontIcon("AppsListFilled", "", 2, undefined));
export const AppsListRegular = ( /*#__PURE__*/createFluentFontIcon("AppsListRegular", "", 2, undefined));
export const AppsList20Regular = ( /*#__PURE__*/createFluentFontIcon("AppsList20Regular", "", 1, 20));
export const AppsList20Filled = ( /*#__PURE__*/createFluentFontIcon("AppsList20Filled", "", 0, 20));
export const AppsList24Regular = ( /*#__PURE__*/createFluentFontIcon("AppsList24Regular", "", 1, 24));
export const AppsList24Filled = ( /*#__PURE__*/createFluentFontIcon("AppsList24Filled", "", 0, 24));
export const AppsList32Regular = ( /*#__PURE__*/createFluentFontIcon("AppsList32Regular", "", 1, 32));
export const AppsList32Filled = ( /*#__PURE__*/createFluentFontIcon("AppsList32Filled", "", 0, 32));