UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.13 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const FormNewFilled = ( /*#__PURE__*/createFluentFontIcon("FormNewFilled", "", 2, undefined)); export const FormNewRegular = ( /*#__PURE__*/createFluentFontIcon("FormNewRegular", "", 2, undefined)); export const FormNew20Regular = ( /*#__PURE__*/createFluentFontIcon("FormNew20Regular", "", 1, 20)); export const FormNew20Filled = ( /*#__PURE__*/createFluentFontIcon("FormNew20Filled", "", 0, 20)); export const FormNew24Regular = ( /*#__PURE__*/createFluentFontIcon("FormNew24Regular", "", 1, 24)); export const FormNew24Filled = ( /*#__PURE__*/createFluentFontIcon("FormNew24Filled", "", 0, 24)); export const FormNew28Regular = ( /*#__PURE__*/createFluentFontIcon("FormNew28Regular", "", 1, 28)); export const FormNew28Filled = ( /*#__PURE__*/createFluentFontIcon("FormNew28Filled", "", 0, 28)); export const FormNew48Regular = ( /*#__PURE__*/createFluentFontIcon("FormNew48Regular", "", 1, 48)); export const FormNew48Filled = ( /*#__PURE__*/createFluentFontIcon("FormNew48Filled", "", 0, 48));