18 lines
2.0 KiB
JavaScript
18 lines
2.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.GlobeVideo48Filled = exports.GlobeVideo48Regular = exports.GlobeVideo32Filled = exports.GlobeVideo32Regular = exports.GlobeVideo28Filled = exports.GlobeVideo28Regular = exports.GlobeVideo24Filled = exports.GlobeVideo24Regular = exports.GlobeVideo20Filled = exports.GlobeVideo20Regular = exports.GlobeVideoRegular = exports.GlobeVideoFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.GlobeVideoFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideoFilled", "", 2, undefined));
|
|
exports.GlobeVideoRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideoRegular", "", 2, undefined));
|
|
exports.GlobeVideo20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo20Regular", "", 1, 20));
|
|
exports.GlobeVideo20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo20Filled", "", 0, 20));
|
|
exports.GlobeVideo24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo24Regular", "", 1, 24));
|
|
exports.GlobeVideo24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo24Filled", "", 0, 24));
|
|
exports.GlobeVideo28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo28Regular", "", 1, 28));
|
|
exports.GlobeVideo28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo28Filled", "", 0, 28));
|
|
exports.GlobeVideo32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo32Regular", "", 1, 32));
|
|
exports.GlobeVideo32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo32Filled", "", 0, 32));
|
|
exports.GlobeVideo48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo48Regular", "", 1, 48));
|
|
exports.GlobeVideo48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeVideo48Filled", "", 0, 48));
|