@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 729 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const NoteEditFilled = ( /*#__PURE__*/createFluentFontIcon("NoteEditFilled", "", 2, undefined));
export const NoteEditRegular = ( /*#__PURE__*/createFluentFontIcon("NoteEditRegular", "", 2, undefined));
export const NoteEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("NoteEdit20Regular", "", 1, 20));
export const NoteEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("NoteEdit20Filled", "", 0, 20));
export const NoteEdit24Regular = ( /*#__PURE__*/createFluentFontIcon("NoteEdit24Regular", "", 1, 24));
export const NoteEdit24Filled = ( /*#__PURE__*/createFluentFontIcon("NoteEdit24Filled", "", 0, 24));