@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.51 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const NotepadSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkleFilled", "", 2, undefined));
export const NotepadSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkleRegular", "", 2, undefined));
export const NotepadSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle16Regular", "", 1, 16));
export const NotepadSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle16Filled", "", 0, 16));
export const NotepadSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle20Regular", "", 1, 20));
export const NotepadSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle20Filled", "", 0, 20));
export const NotepadSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle24Regular", "", 1, 24));
export const NotepadSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle24Filled", "", 0, 24));
export const NotepadSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle28Regular", "", 1, 28));
export const NotepadSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle28Filled", "", 0, 28));
export const NotepadSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle32Regular", "", 1, 32));
export const NotepadSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadSparkle32Filled", "", 0, 32));