12 lines
1.0 KiB
JavaScript
12 lines
1.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Class24Filled = exports.Class24Regular = exports.Class20Filled = exports.Class20Regular = exports.ClassRegular = exports.ClassFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ClassFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClassFilled", "", 2, undefined));
|
|
exports.ClassRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClassRegular", "", 2, undefined));
|
|
exports.Class20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Class20Regular", "", 1, 20));
|
|
exports.Class20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Class20Filled", "", 0, 20));
|
|
exports.Class24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Class24Regular", "", 1, 24));
|
|
exports.Class24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Class24Filled", "", 0, 24));
|