UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.75 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const NotepadFilled = ( /*#__PURE__*/createFluentFontIcon("NotepadFilled", "", 2, undefined)); export const NotepadRegular = ( /*#__PURE__*/createFluentFontIcon("NotepadRegular", "", 2, undefined)); export const Notepad12Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad12Regular", "", 1, 12)); export const Notepad12Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad12Filled", "", 0, 12)); export const Notepad16Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad16Regular", "", 1, 16)); export const Notepad16Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad16Filled", "", 0, 16)); export const Notepad20Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad20Regular", "", 1, 20)); export const Notepad20Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad20Filled", "", 0, 20)); export const Notepad24Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad24Regular", "", 1, 24)); export const Notepad24Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad24Filled", "", 0, 24)); export const Notepad28Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad28Regular", "", 1, 28)); export const Notepad28Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad28Filled", "", 0, 28)); export const Notepad32Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad32Regular", "", 1, 32)); export const Notepad32Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad32Filled", "", 0, 32)); export const Notepad48Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad48Regular", "󰥯", 1, 48)); export const Notepad48Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad48Filled", "󰧬", 0, 48));