UNPKG

@fluentui/react-icons

Version:

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

15 lines (14 loc) 1.33 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const NoteAddFilled = ( /*#__PURE__*/createFluentFontIcon("NoteAddFilled", "", 2, undefined)); export const NoteAddRegular = ( /*#__PURE__*/createFluentFontIcon("NoteAddRegular", "", 2, undefined)); export const NoteAdd16Regular = ( /*#__PURE__*/createFluentFontIcon("NoteAdd16Regular", "", 1, 16)); export const NoteAdd16Filled = ( /*#__PURE__*/createFluentFontIcon("NoteAdd16Filled", "", 0, 16)); export const NoteAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("NoteAdd20Regular", "", 1, 20)); export const NoteAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("NoteAdd20Filled", "", 0, 20)); export const NoteAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("NoteAdd24Regular", "", 1, 24)); export const NoteAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("NoteAdd24Filled", "", 0, 24)); export const NoteAdd28Regular = ( /*#__PURE__*/createFluentFontIcon("NoteAdd28Regular", "", 1, 28)); export const NoteAdd28Filled = ( /*#__PURE__*/createFluentFontIcon("NoteAdd28Filled", "", 0, 28)); export const NoteAdd48Regular = ( /*#__PURE__*/createFluentFontIcon("NoteAdd48Regular", "", 1, 48)); export const NoteAdd48Filled = ( /*#__PURE__*/createFluentFontIcon("NoteAdd48Filled", "", 0, 48));