22 lines
2.3 KiB
JavaScript
22 lines
2.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Cube48Filled = exports.Cube48Regular = exports.Cube32Filled = exports.Cube32Regular = exports.Cube28Filled = exports.Cube28Regular = exports.Cube24Filled = exports.Cube24Regular = exports.Cube20Filled = exports.Cube20Regular = exports.Cube16Filled = exports.Cube16Regular = exports.Cube12Filled = exports.Cube12Regular = exports.CubeRegular = exports.CubeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CubeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CubeFilled", "", 2, undefined));
|
|
exports.CubeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CubeRegular", "", 2, undefined));
|
|
exports.Cube12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube12Regular", "", 1, 12));
|
|
exports.Cube12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube12Filled", "", 0, 12));
|
|
exports.Cube16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube16Regular", "", 1, 16));
|
|
exports.Cube16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube16Filled", "", 0, 16));
|
|
exports.Cube20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube20Regular", "", 1, 20));
|
|
exports.Cube20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube20Filled", "", 0, 20));
|
|
exports.Cube24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube24Regular", "", 1, 24));
|
|
exports.Cube24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube24Filled", "", 0, 24));
|
|
exports.Cube28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube28Regular", "", 1, 28));
|
|
exports.Cube28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube28Filled", "", 0, 28));
|
|
exports.Cube32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube32Regular", "", 1, 32));
|
|
exports.Cube32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube32Filled", "", 0, 32));
|
|
exports.Cube48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube48Regular", "", 1, 48));
|
|
exports.Cube48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cube48Filled", "", 0, 48));
|