9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"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));
|