20 lines
2.8 KiB
JavaScript
20 lines
2.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.VideoBackgroundEffect48Filled = exports.VideoBackgroundEffect48Regular = exports.VideoBackgroundEffect32Filled = exports.VideoBackgroundEffect32Regular = exports.VideoBackgroundEffect28Filled = exports.VideoBackgroundEffect28Regular = exports.VideoBackgroundEffect24Filled = exports.VideoBackgroundEffect24Regular = exports.VideoBackgroundEffect20Filled = exports.VideoBackgroundEffect20Regular = exports.VideoBackgroundEffect16Filled = exports.VideoBackgroundEffect16Regular = exports.VideoBackgroundEffectRegular = exports.VideoBackgroundEffectFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.VideoBackgroundEffectFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectFilled", "", 2, undefined));
|
|
exports.VideoBackgroundEffectRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectRegular", "", 2, undefined));
|
|
exports.VideoBackgroundEffect16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect16Regular", "", 1, 16));
|
|
exports.VideoBackgroundEffect16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect16Filled", "", 0, 16));
|
|
exports.VideoBackgroundEffect20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect20Regular", "", 1, 20));
|
|
exports.VideoBackgroundEffect20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect20Filled", "", 0, 20));
|
|
exports.VideoBackgroundEffect24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect24Regular", "", 1, 24));
|
|
exports.VideoBackgroundEffect24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect24Filled", "", 0, 24));
|
|
exports.VideoBackgroundEffect28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect28Regular", "", 1, 28));
|
|
exports.VideoBackgroundEffect28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect28Filled", "", 0, 28));
|
|
exports.VideoBackgroundEffect32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect32Regular", "", 1, 32));
|
|
exports.VideoBackgroundEffect32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect32Filled", "", 0, 32));
|
|
exports.VideoBackgroundEffect48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect48Regular", "", 1, 48));
|
|
exports.VideoBackgroundEffect48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffect48Filled", "", 0, 48));
|