21 lines
2.2 KiB
JavaScript
21 lines
2.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkleFilled", "", 2, undefined));
|
|
export const DocumentSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkleRegular", "", 2, undefined));
|
|
export const DocumentSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle16Regular", "", 1, 16));
|
|
export const DocumentSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle16Filled", "", 0, 16));
|
|
export const DocumentSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle20Regular", "", 1, 20));
|
|
export const DocumentSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle20Filled", "", 0, 20));
|
|
export const DocumentSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle24Regular", "", 1, 24));
|
|
export const DocumentSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle24Filled", "", 0, 24));
|
|
export const DocumentSparkle24Light = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle24Light", "", 3, 24));
|
|
export const DocumentSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle28Regular", "", 1, 28));
|
|
export const DocumentSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle28Filled", "", 0, 28));
|
|
export const DocumentSparkle28Light = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle28Light", "", 3, 28));
|
|
export const DocumentSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle32Regular", "", 1, 32));
|
|
export const DocumentSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle32Filled", "", 0, 32));
|
|
export const DocumentSparkle32Light = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle32Light", "", 3, 32));
|
|
export const DocumentSparkle48Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle48Regular", "", 1, 48));
|
|
export const DocumentSparkle48Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle48Filled", "", 0, 48));
|
|
export const DocumentSparkle48Light = ( /*#__PURE__*/createFluentFontIcon("DocumentSparkle48Light", "", 3, 48));
|