11 lines
923 B
JavaScript
11 lines
923 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SymbolsFilled = ( /*#__PURE__*/createFluentFontIcon("SymbolsFilled", "", 2, undefined));
|
|
export const SymbolsRegular = ( /*#__PURE__*/createFluentFontIcon("SymbolsRegular", "", 2, undefined));
|
|
export const Symbols16Regular = ( /*#__PURE__*/createFluentFontIcon("Symbols16Regular", "", 1, 16));
|
|
export const Symbols16Filled = ( /*#__PURE__*/createFluentFontIcon("Symbols16Filled", "", 0, 16));
|
|
export const Symbols20Regular = ( /*#__PURE__*/createFluentFontIcon("Symbols20Regular", "", 1, 20));
|
|
export const Symbols20Filled = ( /*#__PURE__*/createFluentFontIcon("Symbols20Filled", "", 0, 20));
|
|
export const Symbols24Regular = ( /*#__PURE__*/createFluentFontIcon("Symbols24Regular", "", 1, 24));
|
|
export const Symbols24Filled = ( /*#__PURE__*/createFluentFontIcon("Symbols24Filled", "", 0, 24));
|