@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.6 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AppsAddInFilled = ( /*#__PURE__*/createFluentFontIcon("AppsAddInFilled", "", 2, undefined));
export const AppsAddInRegular = ( /*#__PURE__*/createFluentFontIcon("AppsAddInRegular", "", 2, undefined));
export const AppsAddIn16Regular = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn16Regular", "", 1, 16));
export const AppsAddIn16Filled = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn16Filled", "", 0, 16));
export const AppsAddIn20Regular = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn20Regular", "", 1, 20));
export const AppsAddIn20Filled = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn20Filled", "", 0, 20));
export const AppsAddIn24Regular = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn24Regular", "", 1, 24));
export const AppsAddIn24Filled = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn24Filled", "", 0, 24));
export const AppsAddIn28Regular = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn28Regular", "", 1, 28));
export const AppsAddIn28Filled = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn28Filled", "", 0, 28));
export const AppsAddIn32Regular = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn32Regular", "", 1, 32));
export const AppsAddIn32Filled = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn32Filled", "", 0, 32));
export const AppsAddIn48Regular = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn48Regular", "", 1, 48));
export const AppsAddIn48Filled = ( /*#__PURE__*/createFluentFontIcon("AppsAddIn48Filled", "", 0, 48));