Private
Public Access
1
0
Files

19 lines
2.3 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Classification32Light = exports.Classification32Filled = exports.Classification32Regular = exports.Classification28Filled = exports.Classification28Regular = exports.Classification24Filled = exports.Classification24Regular = exports.Classification20Filled = exports.Classification20Regular = exports.Classification16Filled = exports.Classification16Regular = exports.ClassificationRegular = exports.ClassificationFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ClassificationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClassificationFilled", "", 2, undefined));
exports.ClassificationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClassificationRegular", "", 2, undefined));
exports.Classification16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification16Regular", "", 1, 16));
exports.Classification16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification16Filled", "", 0, 16));
exports.Classification20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification20Regular", "", 1, 20));
exports.Classification20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification20Filled", "", 0, 20));
exports.Classification24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification24Regular", "", 1, 24));
exports.Classification24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification24Filled", "", 0, 24));
exports.Classification28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification28Regular", "󰩮", 1, 28));
exports.Classification28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification28Filled", "󰫪", 0, 28));
exports.Classification32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification32Regular", "󰖀", 1, 32));
exports.Classification32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification32Filled", "󰗹", 0, 32));
exports.Classification32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Classification32Light", "", 3, 32));