16 lines
1.9 KiB
JavaScript
16 lines
1.9 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ContentViewGallery28Filled = exports.ContentViewGallery28Regular = exports.ContentViewGallery24Filled = exports.ContentViewGallery24Regular = exports.ContentViewGallery20Filled = exports.ContentViewGallery20Regular = exports.ContentViewGallery16Filled = exports.ContentViewGallery16Regular = exports.ContentViewGalleryRegular = exports.ContentViewGalleryFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ContentViewGalleryFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGalleryFilled", "", 2, undefined));
|
|
exports.ContentViewGalleryRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGalleryRegular", "", 2, undefined));
|
|
exports.ContentViewGallery16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery16Regular", "", 1, 16));
|
|
exports.ContentViewGallery16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery16Filled", "", 0, 16));
|
|
exports.ContentViewGallery20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery20Regular", "", 1, 20));
|
|
exports.ContentViewGallery20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery20Filled", "", 0, 20));
|
|
exports.ContentViewGallery24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery24Regular", "", 1, 24));
|
|
exports.ContentViewGallery24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery24Filled", "", 0, 24));
|
|
exports.ContentViewGallery28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery28Regular", "", 1, 28));
|
|
exports.ContentViewGallery28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewGallery28Filled", "", 0, 28));
|