UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 765 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const NotepadEditFilled = ( /*#__PURE__*/createFluentFontIcon("NotepadEditFilled", "", 2, undefined)); export const NotepadEditRegular = ( /*#__PURE__*/createFluentFontIcon("NotepadEditRegular", "", 2, undefined)); export const NotepadEdit16Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadEdit16Regular", "", 1, 16)); export const NotepadEdit16Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadEdit16Filled", "", 0, 16)); export const NotepadEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadEdit20Regular", "", 1, 20)); export const NotepadEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadEdit20Filled", "", 0, 20));