UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

17 lines (16 loc) 1.94 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const VideoBackgroundEffectFilled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffectFilled", "", 2, undefined)); export const VideoBackgroundEffectRegular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffectRegular", "", 2, undefined)); export const VideoBackgroundEffect16Regular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect16Regular", "󰃀", 1, 16)); export const VideoBackgroundEffect16Filled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect16Filled", "󰂿", 0, 16)); export const VideoBackgroundEffect20Regular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect20Regular", "", 1, 20)); export const VideoBackgroundEffect20Filled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect20Filled", "", 0, 20)); export const VideoBackgroundEffect24Regular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect24Regular", "", 1, 24)); export const VideoBackgroundEffect24Filled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect24Filled", "", 0, 24)); export const VideoBackgroundEffect28Regular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect28Regular", "󰃁", 1, 28)); export const VideoBackgroundEffect28Filled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect28Filled", "󰃀", 0, 28)); export const VideoBackgroundEffect32Regular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect32Regular", "󰃂", 1, 32)); export const VideoBackgroundEffect32Filled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect32Filled", "󰃁", 0, 32)); export const VideoBackgroundEffect48Regular = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect48Regular", "󰃃", 1, 48)); export const VideoBackgroundEffect48Filled = ( /*#__PURE__*/createFluentFontIcon("VideoBackgroundEffect48Filled", "󰃂", 0, 48));