9 lines
693 B
JavaScript
9 lines
693 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ClassFilled = ( /*#__PURE__*/createFluentFontIcon("ClassFilled", "", 2, undefined));
|
|
export const ClassRegular = ( /*#__PURE__*/createFluentFontIcon("ClassRegular", "", 2, undefined));
|
|
export const Class20Regular = ( /*#__PURE__*/createFluentFontIcon("Class20Regular", "", 1, 20));
|
|
export const Class20Filled = ( /*#__PURE__*/createFluentFontIcon("Class20Filled", "", 0, 20));
|
|
export const Class24Regular = ( /*#__PURE__*/createFluentFontIcon("Class24Regular", "", 1, 24));
|
|
export const Class24Filled = ( /*#__PURE__*/createFluentFontIcon("Class24Filled", "", 0, 24));
|