17 lines
1.6 KiB
JavaScript
17 lines
1.6 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const VideoShortFilled = ( /*#__PURE__*/createFluentFontIcon("VideoShortFilled", "", 2, undefined));
|
|
export const VideoShortRegular = ( /*#__PURE__*/createFluentFontIcon("VideoShortRegular", "", 2, undefined));
|
|
export const VideoShort16Regular = ( /*#__PURE__*/createFluentFontIcon("VideoShort16Regular", "", 1, 16));
|
|
export const VideoShort16Filled = ( /*#__PURE__*/createFluentFontIcon("VideoShort16Filled", "", 0, 16));
|
|
export const VideoShort20Regular = ( /*#__PURE__*/createFluentFontIcon("VideoShort20Regular", "", 1, 20));
|
|
export const VideoShort20Filled = ( /*#__PURE__*/createFluentFontIcon("VideoShort20Filled", "", 0, 20));
|
|
export const VideoShort24Regular = ( /*#__PURE__*/createFluentFontIcon("VideoShort24Regular", "", 1, 24));
|
|
export const VideoShort24Filled = ( /*#__PURE__*/createFluentFontIcon("VideoShort24Filled", "", 0, 24));
|
|
export const VideoShort28Regular = ( /*#__PURE__*/createFluentFontIcon("VideoShort28Regular", "", 1, 28));
|
|
export const VideoShort28Filled = ( /*#__PURE__*/createFluentFontIcon("VideoShort28Filled", "", 0, 28));
|
|
export const VideoShort32Regular = ( /*#__PURE__*/createFluentFontIcon("VideoShort32Regular", "", 1, 32));
|
|
export const VideoShort32Filled = ( /*#__PURE__*/createFluentFontIcon("VideoShort32Filled", "", 0, 32));
|
|
export const VideoShort48Regular = ( /*#__PURE__*/createFluentFontIcon("VideoShort48Regular", "", 1, 48));
|
|
export const VideoShort48Filled = ( /*#__PURE__*/createFluentFontIcon("VideoShort48Filled", "", 0, 48));
|