Private
Public Access
1
0
Files

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImageGlobe24Filled = exports.ImageGlobe24Regular = exports.ImageGlobe20Filled = exports.ImageGlobe20Regular = exports.ImageGlobeRegular = exports.ImageGlobeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ImageGlobeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageGlobeFilled", "", 2, undefined));
exports.ImageGlobeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageGlobeRegular", "", 2, undefined));
exports.ImageGlobe20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageGlobe20Regular", "", 1, 20));
exports.ImageGlobe20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageGlobe20Filled", "", 0, 20));
exports.ImageGlobe24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageGlobe24Regular", "", 1, 24));
exports.ImageGlobe24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageGlobe24Filled", "", 0, 24));