20 lines
2.3 KiB
JavaScript
20 lines
2.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CloudCube48Filled = exports.CloudCube48Regular = exports.CloudCube32Filled = exports.CloudCube32Regular = exports.CloudCube28Filled = exports.CloudCube28Regular = exports.CloudCube24Filled = exports.CloudCube24Regular = exports.CloudCube20Filled = exports.CloudCube20Regular = exports.CloudCube16Filled = exports.CloudCube16Regular = exports.CloudCubeRegular = exports.CloudCubeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CloudCubeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCubeFilled", "", 2, undefined));
|
|
exports.CloudCubeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCubeRegular", "", 2, undefined));
|
|
exports.CloudCube16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube16Regular", "", 1, 16));
|
|
exports.CloudCube16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube16Filled", "", 0, 16));
|
|
exports.CloudCube20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube20Regular", "", 1, 20));
|
|
exports.CloudCube20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube20Filled", "", 0, 20));
|
|
exports.CloudCube24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube24Regular", "", 1, 24));
|
|
exports.CloudCube24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube24Filled", "", 0, 24));
|
|
exports.CloudCube28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube28Regular", "", 1, 28));
|
|
exports.CloudCube28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube28Filled", "", 0, 28));
|
|
exports.CloudCube32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube32Regular", "", 1, 32));
|
|
exports.CloudCube32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube32Filled", "", 0, 32));
|
|
exports.CloudCube48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube48Regular", "", 1, 48));
|
|
exports.CloudCube48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CloudCube48Filled", "", 0, 48));
|