20 lines
3.2 KiB
JavaScript
20 lines
3.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.VideoBackgroundEffectHorizontal48Filled = exports.VideoBackgroundEffectHorizontal48Regular = exports.VideoBackgroundEffectHorizontal32Filled = exports.VideoBackgroundEffectHorizontal32Regular = exports.VideoBackgroundEffectHorizontal28Filled = exports.VideoBackgroundEffectHorizontal28Regular = exports.VideoBackgroundEffectHorizontal24Filled = exports.VideoBackgroundEffectHorizontal24Regular = exports.VideoBackgroundEffectHorizontal20Filled = exports.VideoBackgroundEffectHorizontal20Regular = exports.VideoBackgroundEffectHorizontal16Filled = exports.VideoBackgroundEffectHorizontal16Regular = exports.VideoBackgroundEffectHorizontalRegular = exports.VideoBackgroundEffectHorizontalFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.VideoBackgroundEffectHorizontalFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontalFilled", "", 2, undefined));
|
|
exports.VideoBackgroundEffectHorizontalRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontalRegular", "", 2, undefined));
|
|
exports.VideoBackgroundEffectHorizontal16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal16Regular", "", 1, 16));
|
|
exports.VideoBackgroundEffectHorizontal16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal16Filled", "", 0, 16));
|
|
exports.VideoBackgroundEffectHorizontal20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal20Regular", "", 1, 20));
|
|
exports.VideoBackgroundEffectHorizontal20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal20Filled", "", 0, 20));
|
|
exports.VideoBackgroundEffectHorizontal24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal24Regular", "", 1, 24));
|
|
exports.VideoBackgroundEffectHorizontal24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal24Filled", "", 0, 24));
|
|
exports.VideoBackgroundEffectHorizontal28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal28Regular", "", 1, 28));
|
|
exports.VideoBackgroundEffectHorizontal28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal28Filled", "", 0, 28));
|
|
exports.VideoBackgroundEffectHorizontal32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal32Regular", "", 1, 32));
|
|
exports.VideoBackgroundEffectHorizontal32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal32Filled", "", 0, 32));
|
|
exports.VideoBackgroundEffectHorizontal48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal48Regular", "", 1, 48));
|
|
exports.VideoBackgroundEffectHorizontal48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VideoBackgroundEffectHorizontal48Filled", "", 0, 48));
|