16 lines
1.9 KiB
JavaScript
16 lines
1.9 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PanelTopGallery28Filled = exports.PanelTopGallery28Regular = exports.PanelTopGallery24Filled = exports.PanelTopGallery24Regular = exports.PanelTopGallery20Filled = exports.PanelTopGallery20Regular = exports.PanelTopGallery16Filled = exports.PanelTopGallery16Regular = exports.PanelTopGalleryRegular = exports.PanelTopGalleryFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PanelTopGalleryFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGalleryFilled", "", 2, undefined));
|
|
exports.PanelTopGalleryRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGalleryRegular", "", 2, undefined));
|
|
exports.PanelTopGallery16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery16Regular", "", 1, 16));
|
|
exports.PanelTopGallery16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery16Filled", "", 0, 16));
|
|
exports.PanelTopGallery20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery20Regular", "", 1, 20));
|
|
exports.PanelTopGallery20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery20Filled", "", 0, 20));
|
|
exports.PanelTopGallery24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery24Regular", "", 1, 24));
|
|
exports.PanelTopGallery24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery24Filled", "", 0, 24));
|
|
exports.PanelTopGallery28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery28Regular", "", 1, 28));
|
|
exports.PanelTopGallery28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopGallery28Filled", "", 0, 28));
|